mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 07:40:38 +02:00
nak: Call nir_opt_combine_barriers
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26347>
This commit is contained in:
parent
1a1c81987d
commit
d2657dbd21
1 changed files with 2 additions and 0 deletions
|
|
@ -1089,6 +1089,8 @@ nak_postprocess_nir(nir_shader *nir,
|
|||
OPT(nir, nir_lower_mem_access_bit_sizes, &mem_bit_size_options);
|
||||
OPT(nir, nir_lower_bit_size, lower_bit_size_cb, (void *)nak);
|
||||
|
||||
OPT(nir, nir_opt_combine_barriers, NULL, NULL);
|
||||
|
||||
nak_optimize_nir(nir, nak);
|
||||
|
||||
OPT(nir, nak_nir_lower_tex, nak);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue