/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTests.cpp | 3168 …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 …]
|
D | es31fTextureStateQueryTests.cpp | 109 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()
|
D | es31fSamplerStateQueryTests.cpp | 107 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()
|
D | es31fSynchronizationTests.cpp | 3189 …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()
|
D | es31fTextureLevelStateQueryTests.cpp | 1660 targetGroup->addChild(X); \ in init() 1682 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx… in init() local 1683 addChild(targetGroup); in init()
|
D | es31fTextureBorderClampTests.cpp | 2588 …tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, targets[targetNdx].name,… in init() local 2589 perAxisGroup->addChild(targetGroup); in init() 2602 targetGroup->addChild(formatGroup); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 1501 …tcu::TestCaseGroup* targetGroup = new tcu::TestCaseGroup(m_testCtx, "target", "Invalidate target"); in init() local 1502 addChild(targetGroup); in init() 1532 …targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_color").c_str(), "", … in init() 1533 …targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_depth_stencil").c_str()… in init() 1534 …targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_all").c_str(), "", bo… in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 4444 MovePtr<tcu::TestCaseGroup> targetGroup (DE_NULL); in multiViewRenderCreateTests() local 4450 …targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "render… in multiViewRenderCreateTests() 4451 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests() 4456 …targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "dynami… in multiViewRenderCreateTests() 4457 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests() 4543 group->addChild(targetGroup.release()); in multiViewRenderCreateTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 4444 MovePtr<tcu::TestCaseGroup> targetGroup (DE_NULL); in multiViewRenderCreateTests() local 4450 …targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "render… in multiViewRenderCreateTests() 4451 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests() 4456 …targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "dynami… in multiViewRenderCreateTests() 4457 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests() 4543 group->addChild(targetGroup.release()); in multiViewRenderCreateTests()
|