Home
last modified time | relevance | path

Searched refs:targetGroup (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp3168 static void generateVariableCases (Context& context, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& queryTarget, int expandLevel = 3, bool createTestGroup = true)
3213 targetGroup->addChild(group);
3216 group = targetGroup;
3228 static void generateOpaqueTypeCases (Context& context, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& queryTarget, int expandLevel = 3, bool createTestGroup = true)
3288 targetGroup->addChild(group);
3291 group = targetGroup;
3310 static void generateCompoundVariableCases (Context& context, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& queryTarget, int expandLevel = 3);
3312 static void generateVariableArrayCases (Context& context, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, const ProgramResourceQueryTestTarget& queryTarget, int expandLevel = 3)
3319 targetGroup->addChild(blockGroup);
3335 static void generateCompoundVariableCases (Context& context, const ResourceDefinition::Node::SharedPtr& parentStructure, tcu::TestCaseGroup* const targetGroup, cons
[all...]
H A Des31fSamplerStateQueryTests.cpp107 targetGroup->addChild(X); \ in init()
167 tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, "set_value", "Set value and query it"); in init() member in deqp::gles31::Functional::tcu
168 addChild(targetGroup); in init()
213 tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, pureSetters[setterNdx].name, pureSetters[setterNdx].desc); in init() member in deqp::gles31::Functional::tcu
214 addChild(targetGroup); in init()
222 targetGroup->addChild(createSamplerParamTest(m_testCtx, in init()
H A Des31fTextureStateQueryTests.cpp109 targetGroup->addChild(X); \ in init()
203 tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx].name, textureTargets[targetNdx].name); in init() member in deqp::gles31::Functional::tcu
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].name, pureSetters[setterNdx].desc); in init() member in deqp::gles31::Functional::tcu
265 addChild(targetGroup); in init()
275 targetGroup->addChild(createTexParamTest(m_testCtx, in init()
H A Des31fSynchronizationTests.cpp3189 tcu::TestCaseGroup* const targetGroup = (groupNdx == 0) ? (inInvocationGroup) : (interInvocationGroup);
3196 targetGroup->addChild(new InvocationWriteReadCase(m_context,
3202 targetGroup->addChild(new InvocationReadWriteCase(m_context,
3208 targetGroup->addChild(new InvocationOverWriteCase(m_context,
3214 targetGroup->addChild(new InvocationAliasWriteCase(m_context,
3221 targetGroup->addChild(new InvocationAliasWriteCase(m_context,
H A Des31fTextureLevelStateQueryTests.cpp1660 targetGroup->addChild(X); \ in init()
1682 tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, textureTargets[targetNdx].name, textureTargets[targetNdx].name); in init() member in deqp::gles31::Functional::tcu
1683 addChild(targetGroup); in init()
H A Des31fTextureBorderClampTests.cpp2588 tcu::TestCaseGroup* const targetGroup = new tcu::TestCaseGroup(m_testCtx, targets[targetNdx].name, "Texture target test");
2589 perAxisGroup->addChild(targetGroup);
2602 targetGroup->addChild(formatGroup);
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboInvalidateTests.cpp1501 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(), "", boundT, invalidateT, &colorAttachment[0], DE_LENGTH_OF_ARRAY(colorAttachment))); in init()
1533 targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_depth_stencil").c_str(), "", boundT, invalidateT, &depthStencilAttachment[0], DE_LENGTH_OF_ARRAY(depthStencilAttachment))); in init()
1534 targetGroup->addChild(new InvalidateFboTargetCase(m_context, (baseName + "_all").c_str(), "", boundT, invalidateT, &allAttachments[0], DE_LENGTH_OF_ARRAY(allAttachments))); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4444 MovePtr<tcu::TestCaseGroup> targetGroup (DE_NULL); in multiViewRenderCreateTests()
4450 targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "renderpass2", "RenderPass2 index tests")); in multiViewRenderCreateTests()
4451 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests()
4456 targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "dynamic_rendering", "Dynamic rendering tests")); in multiViewRenderCreateTests()
4457 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests()
4543 group->addChild(targetGroup.release()); in multiViewRenderCreateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4844 MovePtr<tcu::TestCaseGroup> targetGroup (DE_NULL); in multiViewRenderCreateTests()
4850 targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "renderpass2")); in multiViewRenderCreateTests()
4851 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests()
4856 targetGroup = MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(group->getTestContext(), "dynamic_rendering")); in multiViewRenderCreateTests()
4857 targetGroupPtr = targetGroup.get(); in multiViewRenderCreateTests()
4974 group->addChild(targetGroup.release()); in multiViewRenderCreateTests()

Completed in 50 milliseconds