Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp3168 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateVariableCases() argument
3213 targetGroup->addChild(group); in generateVariableCases()
3216 group = targetGroup; in generateVariableCases()
3228 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateOpaqueTypeCases() argument
3288 targetGroup->addChild(group); in generateOpaqueTypeCases()
3291 group = targetGroup; in generateOpaqueTypeCases()
3310 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR…
3312 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateVariableArrayCases() argument
3319 targetGroup->addChild(blockGroup); in generateVariableArrayCases()
3335 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateCompoundVariableCases() argument
[all …]
Des31fTextureStateQueryTests.cpp109 targetGroup->addChild(X); \ in init()
203 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx… in init() local
204 addChild(targetGroup); in init()
208 targetGroup->addChild(createIsTextureTest(m_testCtx, in init()
264 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, pureSetters[setterNdx].n… in init() local
265 addChild(targetGroup); in init()
275 targetGroup->addChild(createTexParamTest(m_testCtx, in init()
Des31fSamplerStateQueryTests.cpp107 targetGroup->addChild(X); \ in init()
167 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, "set_value", "Set value … in init() local
168 addChild(targetGroup); in init()
213 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, pureSetters[setterNdx].n… in init() local
214 addChild(targetGroup); in init()
222 targetGroup->addChild(createSamplerParamTest(m_testCtx, in init()
Des31fSynchronizationTests.cpp3189 …tcu::TestCaseGroup* const targetGroup = (groupNdx == 0) ? (inInvocationGroup) : (interInvocationGr… in init() local
3196 targetGroup->addChild(new InvocationWriteReadCase(m_context, in init()
3202 targetGroup->addChild(new InvocationReadWriteCase(m_context, in init()
3208 targetGroup->addChild(new InvocationOverWriteCase(m_context, in init()
3214 targetGroup->addChild(new InvocationAliasWriteCase(m_context, in init()
3221 targetGroup->addChild(new InvocationAliasWriteCase(m_context, in init()
Des31fTextureLevelStateQueryTests.cpp1657 targetGroup->addChild(X); \ in init()
1677 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx… in init() local
1678 addChild(targetGroup); in init()
Des31fTextureBorderClampTests.cpp2576 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, targets[targetNdx].name,… in init() local
2577 perAxisGroup->addChild(targetGroup); in init()
2590 targetGroup->addChild(formatGroup); in init()
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp1501 …tcu::TestCaseGroup* targetGroup = new tcu::TestCaseGroup(m_testCtx, "target", "Invalidate target"); in init() local
1502 addChild(targetGroup); in init()
1532targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_color").c_str(), "", … in init()
1533targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_depth_stencil").c_str()… in init()
1534targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_all").c_str(), "", bo… in init()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3697 tcu::TestCaseGroup* targetGroup ((renderPassTypeNdx == 0) ? group : groupRenderPass2.get()); in multiViewRenderCreateTests() local
3698 tcu::TestContext& testCtx (targetGroup->getTestContext()); in multiViewRenderCreateTests()
3757 targetGroup->addChild(groupShader.release()); in multiViewRenderCreateTests()
3771 targetGroup->addChild(groupViewIndex.release()); in multiViewRenderCreateTests()