Skip to content

anv: Properly handle cases for different query types in copy_query_results_with_shader

Kevin Chuang requested to merge kaiwenjon/mesa:anv-fix-copy-with-shader into main

What does this MR do and why?

anv: Properly handle cases for different query types in copy_query_results_with_shader

Like it describes in the comment section of VK_QUERY_TYPE_OCCLUSION,
only occlusion and timestamps queries needs ANV_COPY_QUERY_FLAG_PARTIAL.
VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT is captured by MI commands.
Edited by Kevin Chuang

Merge request reports