diff --git a/src/asahi/compiler/agx_nir_lower_texture.c b/src/asahi/compiler/agx_nir_lower_texture.c index a100d3cc5f1..b12e3e1e402 100644 --- a/src/asahi/compiler/agx_nir_lower_texture.c +++ b/src/asahi/compiler/agx_nir_lower_texture.c @@ -856,7 +856,7 @@ agx_nir_lower_texture(nir_shader *s, bool support_lod_bias) * generates txs for array textures). */ NIR_PASS(progress, s, nir_shader_instructions_pass, lower_regular_texture, - nir_metadata_block_index | nir_metadata_dominance, NULL); + nir_metadata_none, NULL); NIR_PASS(progress, s, nir_shader_instructions_pass, lower_txs, nir_metadata_block_index | nir_metadata_dominance, NULL);