mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
radv: the number of VGPR_COMP_CNT for GS is expected to be 0 on GFX8
Just move around the switch case. GFX9+ is handled below. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
b4477fa4d4
commit
f4d2c47cf6
1 changed files with 1 additions and 1 deletions
|
|
@ -513,10 +513,10 @@ radv_fill_shader_variant(struct radv_device *device,
|
|||
}
|
||||
break;
|
||||
case MESA_SHADER_VERTEX:
|
||||
case MESA_SHADER_GEOMETRY:
|
||||
vgpr_comp_cnt = variant->info.vs.vgpr_comp_cnt;
|
||||
break;
|
||||
case MESA_SHADER_FRAGMENT:
|
||||
case MESA_SHADER_GEOMETRY:
|
||||
break;
|
||||
case MESA_SHADER_COMPUTE:
|
||||
variant->rsrc2 |=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue