radv/gfx10: emit VGT_VERTEX_REUSE_BLOCK_CNTL during gfx initialization
The value doesn't need to be updated for tess. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:

committed by
Bas Nieuwenhuizen

parent
2a83154b4a
commit
3f68329806
@@ -3434,7 +3434,8 @@ static void
|
||||
radv_pipeline_generate_vgt_vertex_reuse(struct radeon_cmdbuf *ctx_cs,
|
||||
struct radv_pipeline *pipeline)
|
||||
{
|
||||
if (pipeline->device->physical_device->rad_info.family < CHIP_POLARIS10)
|
||||
if (pipeline->device->physical_device->rad_info.family < CHIP_POLARIS10 ||
|
||||
pipeline->device->physical_device->rad_info.chip_class >= GFX10)
|
||||
return;
|
||||
|
||||
unsigned vtx_reuse_depth = 30;
|
||||
|
Reference in New Issue
Block a user