mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 03:00:37 +02:00
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:
parent
63d3c6379e
commit
96fbca133e
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue