mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
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:
parent
94f8d0072d
commit
63d3c6379e
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue