Fixes: 363b4027fcb - radeonsi: put up to 5 VBO descriptors into user SGPRs
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
&prim_discard_vertex_count_threshold,
&tmp);
/* Compute-shader-based culling doesn't support VBOs in user SGPRs. */
- if (prim_discard_vertex_count_threshold != UINT_MAX)
+ if (prim_discard_vertex_count_threshold == UINT_MAX)
sscreen->num_vbos_in_user_sgprs = sscreen->info.chip_class >= GFX9 ? 5 : 1;
/* Determine tessellation ring info. */