Home
last modified time | relevance | path

Searched refs:testTypeGroup (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fCompressedTextureTests.cpp76 …TestCaseGroup* const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestT… in init() local
77 astcGroup->addChild(testTypeGroup); in init()
88testTypeGroup->addChild(new ASTCBlockCase2D(m_context, getASTCFormatShortName(format).c_str(), glu… in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraversalControlTests.cpp753 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), hitS… in createTraversalControlTests() local
768testTypeGroup->addChild(new TraversalControlTestCase(group->getTestContext(), bottomTestTypes[test… in createTraversalControlTests()
770 group->addChild(testTypeGroup.release()); in createTraversalControlTests()
DvktRayTracingMemGuaranteeTests.cpp813 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypes[testTypeNd… in createMemGuaranteeTests() local
834 testTypeGroup->addChild(new RayTracingTestCase(testCtx, testName.c_str(), "", caseDef)); in createMemGuaranteeTests()
837 group->addChild(testTypeGroup.release()); in createMemGuaranteeTests()
DvktRayTracingComplexControlFlowTests.cpp1754 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypes[testTypeN… in createComplexControlFlowTests() local
1782 testTypeGroup->addChild(testOpGroup.release()); in createComplexControlFlowTests()
1785 group->addChild(testTypeGroup.release()); in createComplexControlFlowTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryCullRayFlagsTests.cpp2100 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shad… in createCullRayFlagsTests() local
2130 testTypeGroup->addChild(bottomTestTypeGroup.release()); in createCullRayFlagsTests()
2132 sourceTypeGroup->addChild(testTypeGroup.release()); in createCullRayFlagsTests()
DvktRayQueryTraversalControlTests.cpp2056 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shad… in createTraversalControlTests() local
2069testTypeGroup->addChild(new RayQueryTraversalControlTestCase(group->getTestContext(), bottomTestTy… in createTraversalControlTests()
2071 sourceTypeGroup->addChild(testTypeGroup.release()); in createTraversalControlTests()
DvktRayQueryWatertightnessTests.cpp2265 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), te… in createWatertightnessTests() local
2309 testTypeGroup->addChild(sourceTypeGroup.release()); in createWatertightnessTests()
2312 group->addChild(testTypeGroup.release()); in createWatertightnessTests()
DvktRayQueryBuiltinTests.cpp5980 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), test… in createBuiltinTests() local
6065 testTypeGroup->addChild(sourceTypeGroup.release()); in createBuiltinTests()
6068 group->addChild(testTypeGroup.release()); in createBuiltinTests()
6091 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), test… in createAdvancedTests() local
6144 testTypeGroup->addChild(sourceTypeGroup.release()); in createAdvancedTests()
6147 group->addChild(testTypeGroup.release()); in createAdvancedTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp2513 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), te… in createDescriptorUpdateASTests() local
2553 testTypeGroup->addChild(updateMethodsGroup.release()); in createDescriptorUpdateASTests()
2556 group->addChild(testTypeGroup.release()); in createDescriptorUpdateASTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp2794 GroupPtr testTypeGroup (new tcu::TestCaseGroup(testCtx, testType.name, "")); in createImageExtendOperandsTests() local
2826 testTypeGroup->addChild(matchGroup.release()); in createImageExtendOperandsTests()
2829 formatGroup->addChild(testTypeGroup.release()); in createImageExtendOperandsTests()