Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.hpp33 class QueryPoolStatisticsTests : public tcu::TestCaseGroup class
36 QueryPoolStatisticsTests (tcu::TestContext &testCtx);
37 ~QueryPoolStatisticsTests (void) {} in ~QueryPoolStatisticsTests()
41 QueryPoolStatisticsTests (const QueryPoolStatisticsTests &other);
42 QueryPoolStatisticsTests& operator= (const QueryPoolStatisticsTests &other);
DvktQueryPoolTests.cpp44 queryPoolTests->addChild(new QueryPoolStatisticsTests(testCtx)); in createChildren()
DvktQueryPoolStatisticsTests.cpp2166 QueryPoolStatisticsTests::QueryPoolStatisticsTests (tcu::TestContext &testCtx) in QueryPoolStatisticsTests() function in vkt::QueryPool::QueryPoolStatisticsTests
2171 void QueryPoolStatisticsTests::init (void) in init()