Searched refs:sizeTests (Results 1 – 2 of 2) sorted by relevance
1045 TestCaseGroup* const sizeTests = new TestCaseGroup( in createSizeTests() local1047 sizeTests->addChild(new EmptyImageTest( in createSizeTests()1050 sizeTests->addChild(new DistinctSizeTest( in createSizeTests()1054 return sizeTests; in createSizeTests()
575 …de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, sampling… in createImageCountTests() local577 countGroup->addChild(sizeTests.release()); in createImageCountTests()