Home
last modified time | relevance | path

Searched refs:mixedGroup (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningTests.cpp299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local
300 addChild(mixedGroup); in init()
304 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
327 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sLongRunningTests.cpp299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local
300 addChild(mixedGroup); in init()
304 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
327 mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(), in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp1581 tcu::TestCaseGroup* const mixedGroup = new tcu::TestCaseGroup(m_testCtx, "mixed_usage", "Test using binding point and non binding point api variants");
1585 usageGroup->addChild(mixedGroup);
1606 mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_basic", "Use different api for different attributes", MixedBindingCase::CASE_BASIC));
1607 mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_binding", "Use different api for different attributes", MixedBindingCase::CASE_INSTANCED_BINDING));
1608 mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_attrib", "Use different api for different attributes", MixedBindingCase::CASE_INSTANCED_ATTRIB));
1610 mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer", "change buffer with vertex_attrib_binding api", MixedApiCase::CASE_CHANGE_BUFFER));
1611 mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_offset", "change buffer offset with vertex_attrib_binding api", MixedApiCase::CASE_CHANGE_BUFFER_OFFSET));
1612 mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_stride", "change buffer stride with vertex_attrib_binding api", MixedApiCase::CASE_CHANGE_BUFFER_STRIDE));
1613 mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_binding_point", "change binding point with vertex_attrib_binding api", MixedApiCase::CASE_CHANGE_BINDING_POINT));
H A Des31fCopyImageTests.cpp2718 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Test copying between compressed and non-compressed textures.");
2719 addChild(mixedGroup);
2731 mixedGroup->addChild(viewGroup);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp4008 GroupPtr mixedGroup (new tcu::TestCaseGroup(testCtx, "mixed", "Tests mixing mutable descriptors an non-mutable descriptors"));
4031 const auto dstGroup = (mixed ? mixedGroup.get() : mutableOnlyGroup.get());
4036 multipleGroup->addChild(mixedGroup.release());
H A DvktBindingMutableTests.cpp4117 GroupPtr mixedGroup (new tcu::TestCaseGroup(testCtx, "mixed"));
4140 const auto dstGroup = (mixed ? mixedGroup.get() : mutableOnlyGroup.get());
4145 multipleGroup->addChild(mixedGroup.release());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp4110 GroupPtr mixedGroup (new tcu::TestCaseGroup(testCtx, "mixed", "Tests mixing mutable descriptors an non-mutable descriptors"));
4133 const auto dstGroup = (mixed ? mixedGroup.get() : mutableOnlyGroup.get());
4138 multipleGroup->addChild(mixedGroup.release());

Completed in 20 milliseconds