radv/gfx10: declare a LDS symbol for the NGG emit space
This fixes some interactions when NGG GS is enabled. It fixes: - dEQP-VK.clipping.user_defined.clip_cull_distance_dynamic_index.*geom* - dEQP-VK.tessellation.geometry_interaction.passthrough.* For some reasons, using the computed ESGS ring size randomly hangs with CTS. For now, just use the maximum LDS size for ESGS. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
@@ -2338,9 +2338,6 @@ radv_fill_shader_keys(struct radv_device *device,
|
||||
* issues still:
|
||||
* * GS primitives in pipeline statistic queries do not get
|
||||
* updates. See dEQP-VK.query_pool.statistics_query.geometry_shader_primitives
|
||||
* * dEQP-VK.clipping.user_defined.clip_cull_distance_dynamic_index.*geom* failures
|
||||
* * Interactions with tessellation failing:
|
||||
* dEQP-VK.tessellation.geometry_interaction.passthrough.tessellate_isolines_passthrough_geometry_no_change
|
||||
* * General issues with the last primitive missing/corrupt:
|
||||
* https://bugs.freedesktop.org/show_bug.cgi?id=111248
|
||||
*
|
||||
|
Reference in New Issue
Block a user