Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/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()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp2044 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shad… in createTraversalControlTests() local
2057testTypeGroup->addChild(new RayQueryTraversalControlTestCase(group->getTestContext(), bottomTestTy… in createTraversalControlTests()
2059 sourceTypeGroup->addChild(testTypeGroup.release()); in createTraversalControlTests()
DvktRayQueryCullRayFlagsTests.cpp2088 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shad… in createCullRayFlagsTests() local
2118 testTypeGroup->addChild(bottomTestTypeGroup.release()); in createCullRayFlagsTests()
2120 sourceTypeGroup->addChild(testTypeGroup.release()); in createCullRayFlagsTests()
DvktRayQueryWatertightnessTests.cpp2267 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), te… in createWatertightnessTests() local
2311 testTypeGroup->addChild(sourceTypeGroup.release()); in createWatertightnessTests()
2314 group->addChild(testTypeGroup.release()); in createWatertightnessTests()
DvktRayQueryBuiltinTests.cpp5983 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), test… in createBuiltinTests() local
6068 testTypeGroup->addChild(sourceTypeGroup.release()); in createBuiltinTests()
6071 group->addChild(testTypeGroup.release()); in createBuiltinTests()
6094 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), test… in createAdvancedTests() local
6147 testTypeGroup->addChild(sourceTypeGroup.release()); in createAdvancedTests()
6150 group->addChild(testTypeGroup.release()); in createAdvancedTests()