mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
intel/compiler/task: use shared memory for small task payload loads & stores
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18501>
This commit is contained in:
parent
1f0c39f23c
commit
a31b8fa38b
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ brw_compile_task(const struct brw_compiler *compiler,
|
|||
|
||||
nir_lower_task_shader_options lower_ts_opt = {
|
||||
.payload_to_shared_for_atomics = true,
|
||||
.payload_to_shared_for_small_types = true,
|
||||
};
|
||||
NIR_PASS(_, nir, nir_lower_task_shader, lower_ts_opt);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue