Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp3159 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateVariableCases() argument
3204 targetGroup->addChild(group); in generateVariableCases()
3207 group = targetGroup; in generateVariableCases()
3219 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateOpaqueTypeCases() argument
3279 targetGroup->addChild(group); in generateOpaqueTypeCases()
3282 group = targetGroup; in generateOpaqueTypeCases()
3301 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR…
3303 …efinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramR… in generateVariableArrayCases() argument
3310 targetGroup->addChild(blockGroup); in generateVariableArrayCases()
3326 …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.cpp3185 …tcu::TestCaseGroup* const targetGroup = (groupNdx == 0) ? (inInvocationGroup) : (interInvocationGr… in init() local
3192 targetGroup->addChild(new InvocationWriteReadCase(m_context, in init()
3198 targetGroup->addChild(new InvocationReadWriteCase(m_context, in init()
3204 targetGroup->addChild(new InvocationOverWriteCase(m_context, in init()
3210 targetGroup->addChild(new InvocationAliasWriteCase(m_context, in init()
3217 targetGroup->addChild(new InvocationAliasWriteCase(m_context, in init()
Des31fTextureLevelStateQueryTests.cpp1651 targetGroup->addChild(X); \ in init()
1671 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx… in init() local
1672 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.cpp3687 tcu::TestCaseGroup* targetGroup ((renderPassTypeNdx == 0) ? group : groupRenderPass2.get()); in multiViewRenderCreateTests() local
3688 tcu::TestContext& testCtx (targetGroup->getTestContext()); in multiViewRenderCreateTests()
3746 targetGroup->addChild(groupShader.release()); in multiViewRenderCreateTests()
3760 targetGroup->addChild(groupViewIndex.release()); in multiViewRenderCreateTests()