Searched refs:imageTests (Results 1 – 5 of 5) sorted by relevance
43 void createChildren (tcu::TestCaseGroup* imageTests) in createChildren() argument45 tcu::TestContext& testCtx = imageTests->getTestContext(); in createChildren()47 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren()48 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren()49 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren()50 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren()51 imageTests->addChild(createSwapchainImageMutableTests(testCtx)); in createChildren()52 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren()53 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren()54 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren()[all …]
144 private JSONArray imageTests = new JSONArray(); field in TestSelector171 tests = imageTests; in populateTests()260 imageTests = tests; in setImageTests()264 return imageTests.size() > 0; in usingTestsFromBuild()
823 …de::MovePtr<tcu::TestCaseGroup> imageTests(new tcu::TestCaseGroup(testCtx, "image", "Image tests")… in createImageTests() local827 imageTests->addChild(imageSuballocationTests.release()); in createImageTests()828 imageTests->addChild(imageDedicatedAllocationTests.release()); in createImageTests()830 return imageTests.release(); in createImageTests()
797 …de::MovePtr<tcu::TestCaseGroup> imageTests (new tcu::TestCaseGroup(testCtx, "image_view", "Image… in createImageViewTests() local833 imageTests->addChild(viewTypeTests.release()); in createImageViewTests()835 return imageTests.release(); in createImageViewTests()
4115 TestCaseGroup* imageTests = new TestCaseGroup(ctx, "images", "Image management tests"); in addSimpleTests() local4250 imageTests->addChild(textureSourceTests); in addSimpleTests()4252 group->addChild(imageTests); in addSimpleTests()4903 TestCaseGroup* imageTests = new TestCaseGroup(ctx, "images", "Image management tests"); in addRandomTests() local4959 imageTests->addChild(texImage2DTests); in addRandomTests()5022 imageTests->addChild(texImage2DTests); in addRandomTests()5099 imageTests->addChild(texSubImage2DTests); in addRandomTests()5162 imageTests->addChild(copyTexImage2DTests); in addRandomTests()5240 imageTests->addChild(copyTexSubImage2DTests); in addRandomTests()5243 group->addChild(imageTests); in addRandomTests()