mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 12:40:23 +01:00
radeonsi/gfx11: adjust ACCUM_* fields for tessellation
based on PAL Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21041>
This commit is contained in:
parent
0b4b309fc6
commit
d5ff270e0b
1 changed files with 3 additions and 3 deletions
|
|
@ -5732,9 +5732,9 @@ void si_init_cs_preamble_state(struct si_context *sctx, bool uses_reg_shadowing)
|
|||
|
||||
if (sctx->gfx_level >= GFX11) {
|
||||
/* ACCUM fields changed their meaning. */
|
||||
vgt_tess_distribution = S_028B50_ACCUM_ISOLINE(255) |
|
||||
S_028B50_ACCUM_TRI(255) |
|
||||
S_028B50_ACCUM_QUAD(255) |
|
||||
vgt_tess_distribution = S_028B50_ACCUM_ISOLINE(128) |
|
||||
S_028B50_ACCUM_TRI(128) |
|
||||
S_028B50_ACCUM_QUAD(128) |
|
||||
S_028B50_DONUT_SPLIT_GFX9(24) |
|
||||
S_028B50_TRAP_SPLIT(6);
|
||||
} else if (sctx->gfx_level >= GFX9) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue