D | layer_validation_tests.cpp | 10091 VkQueryPool query_pool; in TEST_F() local 10096 VkResult result = vkCreateQueryPool(m_device->device(), &qpci, nullptr, &query_pool); in TEST_F() 10100 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0, 1); in TEST_F() 10105 vkDestroyQueryPool(m_device->device(), query_pool, NULL); in TEST_F() 17328 VkQueryPool query_pool; in TEST_F() local 17331 vkCreateQueryPool(local_device, &qpci, nullptr, &query_pool); in TEST_F() 17355 VkQueryPool query_pool; in TEST_F() local 17360 vkCreateQueryPool(m_device->device(), &query_pool_create_info, nullptr, &query_pool); in TEST_F() 17362 vkCmdResetQueryPool(m_commandBuffer->handle(), query_pool, 0 /*startQuery*/, 1 /*queryCount*/); in TEST_F() 17363 vkCmdBeginQuery(m_commandBuffer->handle(), query_pool, 0, 0); in TEST_F() [all …]
|