Searched refs:QueryPoolPerformanceTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolPerformanceTests.cpp | 1237 class QueryPoolPerformanceTest : public TestCase class 1240 …QueryPoolPerformanceTest(tcu::TestContext &context, TestType testType, VkQueueFlagBits queueFlagBi… in QueryPoolPerformanceTest() function in vkt::QueryPool::__anon81d4b4fd0111::QueryPoolPerformanceTest 1363 … addChild(new QueryPoolPerformanceTest(m_testCtx, TT_ENUMERATE_AND_VALIDATE, VK_QUEUE_GRAPHICS_BIT, in init() 1366 … addChild(new QueryPoolPerformanceTest(m_testCtx, TT_ENUMERATE_AND_VALIDATE, VK_QUEUE_COMPUTE_BIT, in init() 1369 …addChild(new QueryPoolPerformanceTest(m_testCtx, TT_QUERY, VK_QUEUE_GRAPHICS_BIT, copyCase.copyRes… in init() 1371 …addChild(new QueryPoolPerformanceTest(m_testCtx, TT_QUERY, VK_QUEUE_COMPUTE_BIT, copyCase.copyResu… in init() 1373 …addChild(new QueryPoolPerformanceTest(m_testCtx, TT_MULTIPLE_POOLS, VK_QUEUE_GRAPHICS_BIT, copyCas… in init() 1375 …addChild(new QueryPoolPerformanceTest(m_testCtx, TT_MULTIPLE_POOLS, VK_QUEUE_COMPUTE_BIT, copyCase… in init()
|