Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.hpp34 class QueryPoolConcurrentTests : public tcu::TestCaseGroup class
37 QueryPoolConcurrentTests(tcu::TestContext &testCtx);
38 ~QueryPoolConcurrentTests(void);
42 QueryPoolConcurrentTests(const QueryPoolConcurrentTests &other);
43 QueryPoolConcurrentTests &operator=(const QueryPoolConcurrentTests &other);
H A DvktQueryPoolConcurrentTests.cpp934 QueryPoolConcurrentTests::QueryPoolConcurrentTests(tcu::TestContext &testCtx) in QueryPoolConcurrentTests() function in vkt::QueryPool::QueryPoolConcurrentTests
940 QueryPoolConcurrentTests::~QueryPoolConcurrentTests(void) in ~QueryPoolConcurrentTests()
945 void QueryPoolConcurrentTests::init(void) in init()
H A DvktQueryPoolTests.cpp51 queryPoolTests->addChild(new QueryPoolConcurrentTests(testCtx)); in createChildren()