iris: run image/intrinsic update pass

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Alyssa Anne Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36773>
This commit is contained in:
Lionel Landwerlin 2025-10-07 10:24:48 +03:00 committed by Marge Bot
parent 63d3c6379e
commit 96fbca133e

View file

@ -3841,6 +3841,8 @@ iris_finalize_nir(struct pipe_screen *_screen, struct nir_shader *nir)
struct brw_nir_compiler_opts opts = {};
brw_preprocess_nir(screen->brw, nir, &opts);
NIR_PASS(_, nir, nir_update_image_intrinsic_from_var);
NIR_PASS(_, nir, brw_nir_lower_storage_image,
screen->brw,
&(struct brw_nir_lower_storage_image_opts) {