mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radeonsi/gfx9: add VS prolog support for merged ES-GS
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
6b93452b24
commit
e0570bc283
1 changed files with 2 additions and 0 deletions
|
|
@ -7363,6 +7363,8 @@ static void si_get_vs_prolog_key(const struct tgsi_shader_info *info,
|
|||
|
||||
if (shader_out->selector->type == PIPE_SHADER_TESS_CTRL)
|
||||
key->vs_prolog.num_merged_next_stage_vgprs = 2;
|
||||
else if (shader_out->selector->type == PIPE_SHADER_GEOMETRY)
|
||||
key->vs_prolog.num_merged_next_stage_vgprs = 5;
|
||||
|
||||
/* Set the instanceID flag. */
|
||||
for (unsigned i = 0; i < info->num_inputs; i++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue