radeonsi: always use scoped barrier

aco has removed non-scoped barrier support.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23096>
This commit is contained in:
Qiang Yu 2023-05-16 10:22:17 +08:00
parent 90b56e99f4
commit 2d1859b01e

View file

@ -1323,6 +1323,7 @@ void si_init_screen_get_functions(struct si_screen *sscreen)
nir_lower_imul64 | nir_lower_imul_high64 | nir_lower_imul_2x32_64 |
nir_lower_divmod64 | nir_lower_minmax64 | nir_lower_iabs64 |
nir_lower_iadd_sat64,
.use_scoped_barrier = true,
};
sscreen->nir_options = nir_options;
}