Test resetting queries after copying results
authorRicardo Garcia <rgarcia@igalia.com>
Thu, 7 Jul 2022 12:19:54 +0000 (14:19 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 15 Jul 2022 17:48:56 +0000 (17:48 +0000)
commitc6cd36337a107644f919b6f71cc681a9a07a11b2
treea634b23bd35d7575ff45ed627723857871efbaeb
parentc2f333c1b9205d84ef80dbb1c4977f399cd1fb55
Test resetting queries after copying results

Commands operating on the same query should be executed in the order
specified in the command buffer and be synchronized automatically, so a
reset executed after copying the query results should have no effect on
the copied results.

New tests:
dEQP-VK.query_pool.statistics_query.reset_after_copy.*
dEQP-VKSC.query_pool.statistics_query.reset_after_copy.*

Affected tests:
dEQP-VK.query_pool.statistics_query.*
dEQP-VKSC.query_pool.statistics_query.*

Components: Vulkan
VK-GL-CTS issue: 3772

Change-Id: I91f499eba6d0d3868d594865232780889cbc8c72
android/cts/main/vk-master-2022-03-01/query-pool.txt
android/cts/main/vk-master/query-pool.txt
android/cts/main/vksc-main/query-pool.txt
external/vulkancts/modules/vulkan/query_pool/vktQueryPoolStatisticsTests.cpp
external/vulkancts/mustpass/main/vk-default/query-pool.txt
external/vulkancts/mustpass/main/vksc-default/query-pool.txt