mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-14 02:10:28 +01:00
tu: Fix double emission of PC_DS_CNTL due to missing break
Didn't cause any issues. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39890>
This commit is contained in:
parent
47251b2e2d
commit
2b5b41bb24
1 changed files with 1 additions and 0 deletions
|
|
@ -1055,6 +1055,7 @@ tu6_emit_vpc(struct tu_cs *cs,
|
|||
crb.add(PC_HS_CNTL(CHIP,
|
||||
.primitive_id = primid,
|
||||
));
|
||||
break;
|
||||
case MESA_SHADER_TESS_EVAL:
|
||||
crb.add(PC_DS_CNTL(CHIP,
|
||||
.stride_in_vpc = COND(last, linkage.max_loc),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue