Searched refs:miscTests (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 2002 …de::MovePtr<tcu::TestCaseGroup> miscTests (new tcu::TestCaseGroup(testCtx, "misc_tests", "Misc tes… in createCacheTests() local 2011 miscTests->addChild(new MergeCacheTest(testCtx, in createCacheTests() 2016 miscTests->addChild(new CacheHeaderTest(testCtx, in createCacheTests() 2021 miscTests->addChild(new InvalidSizeTest(testCtx, in createCacheTests() 2026 miscTests->addChild(new ZeroSizeTest(testCtx, in createCacheTests() 2031 miscTests->addChild(new InvalidBlobTest(testCtx, in createCacheTests() 2036 cacheTests->addChild(miscTests.release()); in createCacheTests()
|
D | vktPipelineTimestampTests.cpp | 2129 …de::MovePtr<tcu::TestCaseGroup> miscTests (new tcu::TestCaseGroup(testCtx, "misc_tests", "Misc tes… in createTimestampTests() local 2133 miscTests->addChild(new TimestampTest(testCtx, in createTimestampTests() 2139 miscTests->addChild(new TwoCmdBuffersTest(testCtx, in createTimestampTests() 2145 miscTests->addChild(new TwoCmdBuffersTest(testCtx, in createTimestampTests() 2150 timestampTests->addChild(miscTests.release()); in createTimestampTests()
|