agx: optimize imgwblk uniform

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36257>
This commit is contained in:
Alyssa Rosenzweig
2025-07-17 13:47:57 -04:00
committed by Marge Bot
parent 1ded5f55e8
commit e48d1ca349
@@ -47,7 +47,6 @@ agx_instr_accepts_uniform(enum agx_opcode op, unsigned src_index,
case AGX_OPCODE_IMAGE_WRITE:
return src_index == 3;
case AGX_OPCODE_BLOCK_IMAGE_STORE:
return src_index == 0;
case AGX_OPCODE_ZS_EMIT:
case AGX_OPCODE_ST_TILE:
case AGX_OPCODE_LD_TILE: