anv: 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:22:17 +03:00 committed by Marge Bot
parent 94f8d0072d
commit 63d3c6379e

View file

@ -199,6 +199,8 @@ anv_shader_preprocess_nir(struct vk_physical_device *device,
};
NIR_PASS(_, nir, nir_lower_sysvals_to_varyings, &sysvals_to_varyings);
NIR_PASS(_, nir, nir_update_image_intrinsic_from_var);
const nir_opt_access_options opt_access_options = {
.is_vulkan = true,
};