Searched refs:sizeTests (Results 1 – 3 of 3) sorted by relevance
1054 TestCaseGroup* const sizeTests = new TestCaseGroup( in createSizeTests() local1056 sizeTests->addChild(new EmptyImageTest( in createSizeTests()1059 sizeTests->addChild(new DistinctSizeTest( in createSizeTests()1063 return sizeTests; in createSizeTests()
659 …de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, pipeline… in createImageCountTests() local661 countGroup->addChild(sizeTests.release()); in createImageCountTests()