intel/compiler: Rename brw_nir_lower_image_load_store to brw_nir_lower_storage_image
Reworks: * Add crocus Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9466>
This commit is contained in:
@@ -2289,7 +2289,7 @@ iris_create_uncompiled_shader(struct iris_screen *screen,
|
||||
|
||||
brw_preprocess_nir(screen->compiler, nir, NULL);
|
||||
|
||||
NIR_PASS_V(nir, brw_nir_lower_image_load_store, devinfo,
|
||||
NIR_PASS_V(nir, brw_nir_lower_storage_image, devinfo,
|
||||
&ish->uses_atomic_load_store);
|
||||
NIR_PASS_V(nir, iris_lower_storage_image_derefs);
|
||||
|
||||
|
Reference in New Issue
Block a user