Searched refs:testTypeGroup (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fCompressedTextureTests.cpp | 76 …TestCaseGroup* const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestT… in init() local 77 astcGroup->addChild(testTypeGroup); in init() 88 …testTypeGroup->addChild(new ASTCBlockCase2D(m_context, getASTCFormatShortName(format).c_str(), glu… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingTraversalControlTests.cpp | 753 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), hitS… in createTraversalControlTests() local 768 …testTypeGroup->addChild(new TraversalControlTestCase(group->getTestContext(), bottomTestTypes[test… in createTraversalControlTests() 770 group->addChild(testTypeGroup.release()); in createTraversalControlTests()
|
D | vktRayTracingMemGuaranteeTests.cpp | 813 …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()
|
D | vktRayTracingComplexControlFlowTests.cpp | 1754 …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/ |
D | vktRayQueryTraversalControlTests.cpp | 2044 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shad… in createTraversalControlTests() local 2057 …testTypeGroup->addChild(new RayQueryTraversalControlTestCase(group->getTestContext(), bottomTestTy… in createTraversalControlTests() 2059 sourceTypeGroup->addChild(testTypeGroup.release()); in createTraversalControlTests()
|
D | vktRayQueryCullRayFlagsTests.cpp | 2088 …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()
|
D | vktRayQueryWatertightnessTests.cpp | 2267 …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()
|
D | vktRayQueryBuiltinTests.cpp | 5983 …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()
|