radv: adjust comments describing GDS needs

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35017>
This commit is contained in:
Samuel Pitoiset
2025-05-16 08:29:29 +02:00
parent 815bcda06d
commit 266c3bdeaf
+2 -2
View File
@@ -570,8 +570,8 @@ struct radv_cmd_buffer {
bool tess_rings_needed;
bool task_rings_needed;
bool mesh_scratch_ring_needed;
bool gds_needed; /* for GFX10 streamout and NGG GS queries */
bool gds_oa_needed; /* for GFX10 streamout */
bool gds_needed; /* Emulated queries on GFX10-GFX11.5 */
bool gds_oa_needed; /* NGG streamout on GFX11-GFX11.5 */
bool sample_positions_needed;
uint64_t gfx9_fence_va;