agx: call nir_lower_is_helper_invocation

needed for next patch.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33939>
This commit is contained in:
Alyssa Rosenzweig 2025-03-07 09:41:05 -05:00 committed by Marge Bot
parent 47659ddf70
commit d92304852a

View file

@ -3705,6 +3705,7 @@ agx_preprocess_nir(nir_shader *nir)
if (nir->info.stage == MESA_SHADER_FRAGMENT) {
NIR_PASS(_, nir, agx_nir_lower_frag_sidefx);
NIR_PASS(_, nir, nir_lower_is_helper_invocation);
}
/* Clean up deref gunk after lowering I/O */