radeonsi: fix aco options has_ls_vgpr_init_bug setup
Fixes: b313d950e2 ("radeonsi: enable aco compile for mono merged LS/HS")
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/24713>
This commit is contained in:
@@ -48,6 +48,7 @@ si_fill_aco_options(struct si_screen *screen, gl_shader_stage stage,
|
||||
options->record_ir = screen->record_llvm_ir;
|
||||
options->is_opengl = true;
|
||||
|
||||
options->has_ls_vgpr_init_bug = screen->info.has_ls_vgpr_init_bug;
|
||||
options->load_grid_size_from_user_sgpr = true;
|
||||
options->family = screen->info.family;
|
||||
options->gfx_level = screen->info.gfx_level;
|
||||
|
||||
Reference in New Issue
Block a user