Skip to content

radeonsi: NIR equivalent of clear read-modify-write buffer

Implemented the NIR equivalent of the existing internal TGSI compute shader to clear a ready-modify-write buffer. The disassembly shader generated by the new NIR variant is identical to the previous implementation. These changes remove the additional conversion step from TGSI to NIR for the given shader at runtime. Tested on a Navi 23 card.

Edited by Ganesh Belgur Ramachandra

Merge request reports