Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fCompressedTextureTests.cpp77 …TestCaseGroup *const testTypeGroup = new TestCaseGroup(m_context, getBlockTestTypeName(astcTestTyp… in init() local
79 astcGroup->addChild(testTypeGroup); in init()
90 testTypeGroup->addChild(new ASTCBlockCase2D( in init()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSlicedViewOf3DTests.cpp1021 TestCaseGroupPtr testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypeCase.name)); in createImageSlicedViewOf3DTests() local
1039 testTypeGroup->addChild(stageGroup.release()); in createImageSlicedViewOf3DTests()
1042 basicTests->addChild(testTypeGroup.release()); in createImageSlicedViewOf3DTests()
1056 TestCaseGroupPtr testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypeCase.name)); in createImageSlicedViewOf3DTests() local
1065 testTypeGroup->addChild(new SlicedViewTestCase(testCtx, testName, params)); in createImageSlicedViewOf3DTests()
1069 fullSliceTests->addChild(testTypeGroup.release()); in createImageSlicedViewOf3DTests()
1089 TestCaseGroupPtr testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypeCase.name)); in createImageSlicedViewOf3DTests() local
1138 testTypeGroup->addChild(stageGroup.release()); in createImageSlicedViewOf3DTests()
1141 randomTests->addChild(testTypeGroup.release()); in createImageSlicedViewOf3DTests()
1162 TestCaseGroupPtr testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypeCase.name)); in createImageSlicedViewOf3DTests() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraversalControlTests.cpp792 de::MovePtr<tcu::TestCaseGroup> testTypeGroup( in createTraversalControlTests() local
803 testTypeGroup->addChild( in createTraversalControlTests()
806 group->addChild(testTypeGroup.release()); in createTraversalControlTests()
DvktRayTracingMemGuaranteeTests.cpp875 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypes[testTypeNd… in createMemGuaranteeTests() local
895 testTypeGroup->addChild(new RayTracingTestCase(testCtx, testName.c_str(), caseDef)); in createMemGuaranteeTests()
898 group->addChild(testTypeGroup.release()); in createMemGuaranteeTests()
DvktRayTracingComplexControlFlowTests.cpp1844 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypes[testTypeNd… in createComplexControlFlowTests() local
1871 testTypeGroup->addChild(testOpGroup.release()); in createComplexControlFlowTests()
1874 group->addChild(testTypeGroup.release()); in createComplexControlFlowTests()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
DvktFragmentShadingBarycentricTests.cpp2742 MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, "data")); in createTests() local
2860 testTypeGroup->addChild(provokingVertexGroup.release()); in createTests()
2886 testTypeGroup->addChild(miscGroup.release()); in createTests()
2940 testTypeGroup->addChild(scGroup.release()); in createTests()
2943 constructionTypeCase.testGroup->addChild(testTypeGroup.release()); in createTests()
2962 MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, "weights")); in createTests() local
3140 testTypeGroup->addChild(provokingVertexGroup.release()); in createTests()
3143 constructionTypeCase.testGroup->addChild(testTypeGroup.release()); in createTests()
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp2141 de::MovePtr<tcu::TestCaseGroup> testTypeGroup( in createTraversalControlTests() local
2152 testTypeGroup->addChild(new RayQueryTraversalControlTestCase( in createTraversalControlTests()
2155 sourceTypeGroup->addChild(testTypeGroup.release()); in createTraversalControlTests()
DvktRayQueryCullRayFlagsTests.cpp2214 de::MovePtr<tcu::TestCaseGroup> testTypeGroup( in createCullRayFlagsTests() local
2244 testTypeGroup->addChild(bottomTestTypeGroup.release()); in createCullRayFlagsTests()
2246 sourceTypeGroup->addChild(testTypeGroup.release()); in createCullRayFlagsTests()
DvktRayQueryWatertightnessTests.cpp2288 de::MovePtr<tcu::TestCaseGroup> testTypeGroup( in createWatertightnessTests() local
2334 testTypeGroup->addChild(sourceTypeGroup.release()); in createWatertightnessTests()
2337 group->addChild(testTypeGroup.release()); in createWatertightnessTests()
DvktRayQueryBuiltinTests.cpp6390 de::MovePtr<tcu::TestCaseGroup> testTypeGroup( in createBuiltinTests() local
6468 testTypeGroup->addChild(sourceTypeGroup.release()); in createBuiltinTests()
6471 group->addChild(testTypeGroup.release()); in createBuiltinTests()
6490 de::MovePtr<tcu::TestCaseGroup> testTypeGroup( in createAdvancedTests() local
6545 testTypeGroup->addChild(sourceTypeGroup.release()); in createAdvancedTests()
6548 group->addChild(testTypeGroup.release()); in createAdvancedTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp2605 de::MovePtr<tcu::TestCaseGroup> testTypeGroup( in createDescriptorUpdateASTests() local
2647 testTypeGroup->addChild(updateMethodsGroup.release()); in createDescriptorUpdateASTests()
2650 group->addChild(testTypeGroup.release()); in createDescriptorUpdateASTests()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp3832 GroupPtr testTypeGroup(new tcu::TestCaseGroup(testCtx, testType.name)); in createImageExtendOperandsTests() local
3866 testTypeGroup->addChild(matchGroup.release()); in createImageExtendOperandsTests()
3869 formatGroup->addChild(testTypeGroup.release()); in createImageExtendOperandsTests()