Home
last modified time | relevance | path

Searched refs:QueryPoolPerformanceTests (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.hpp33 class QueryPoolPerformanceTests : public tcu::TestCaseGroup class
36 QueryPoolPerformanceTests(tcu::TestContext &testCtx);
37 ~QueryPoolPerformanceTests(void) in ~QueryPoolPerformanceTests()
43 QueryPoolPerformanceTests(const QueryPoolPerformanceTests &other);
44 QueryPoolPerformanceTests &operator=(const QueryPoolPerformanceTests &other);
H A DvktQueryPoolTests.cpp49 queryPoolTests->addChild(new QueryPoolPerformanceTests(testCtx)); in createChildren()
H A DvktQueryPoolPerformanceTests.cpp1343 QueryPoolPerformanceTests::QueryPoolPerformanceTests(tcu::TestContext &testCtx) in QueryPoolPerformanceTests() function in vkt::QueryPool::QueryPoolPerformanceTests
1348 void QueryPoolPerformanceTests::init(void) in init()