mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
intel/compiler: vectorize task payload loads/stores
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17000>
This commit is contained in:
parent
97b53ad759
commit
008163f382
1 changed files with 2 additions and 1 deletions
|
|
@ -1081,7 +1081,8 @@ brw_vectorize_lower_mem_access(nir_shader *nir,
|
|||
if (is_scalar) {
|
||||
nir_load_store_vectorize_options options = {
|
||||
.modes = nir_var_mem_ubo | nir_var_mem_ssbo |
|
||||
nir_var_mem_global | nir_var_mem_shared,
|
||||
nir_var_mem_global | nir_var_mem_shared |
|
||||
nir_var_mem_task_payload,
|
||||
.callback = brw_nir_should_vectorize_mem,
|
||||
.robust_modes = (nir_variable_mode)0,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue