mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
radeonsi: fill aco shader info for part mode merged shader
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/25632>
This commit is contained in:
parent
8cbd52f001
commit
0f23af5c0a
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ si_fill_aco_shader_info(struct si_shader *shader, struct aco_shader_info *info,
|
|||
if (!info->workgroup_size)
|
||||
info->workgroup_size = info->wave_size;
|
||||
|
||||
info->merged_shader_compiled_separately = !shader->is_gs_copy_shader &&
|
||||
si_is_multi_part_shader(shader) && !shader->is_monolithic;
|
||||
|
||||
info->image_2d_view_of_3d = gfx_level == GFX9;
|
||||
info->hw_stage = si_select_hw_stage(stage, key, gfx_level);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue