Home
last modified time | relevance | path

Searched defs:query_pool (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/compute/hs/vk/bench/
Dmain.c696 VkQueryPool query_pool; in main() local
/external/skia/src/compute/hs/vk/bench/
Dmain.c696 VkQueryPool query_pool; in main() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp10091 VkQueryPool query_pool; in TEST_F() local
17328 VkQueryPool query_pool; in TEST_F() local
17355 VkQueryPool query_pool; in TEST_F() local
17397 VkQueryPool query_pool; in TEST_F() local
17447 VkQueryPool query_pool; in TEST_F() local
18448 VkQueryPool query_pool; in TEST_F() local
30775 VkQueryPool query_pool; in TEST_F() local
30868 VkQueryPool query_pool; in TEST_F() local
33981 VkQueryPool query_pool; in TEST_F() local
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp212 QUERY_POOL_NODE *CoreChecks::GetQueryPoolNode(VkQueryPool query_pool) { in GetQueryPoolNode()