diff --git a/src/asahi/compiler/agx_lower_uniform_sources.c b/src/asahi/compiler/agx_lower_uniform_sources.c index 3b19623fdc1..3aeb3a4095d 100644 --- a/src/asahi/compiler/agx_lower_uniform_sources.c +++ b/src/asahi/compiler/agx_lower_uniform_sources.c @@ -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: