Home
last modified time | relevance | path

Searched refs:mixedGroup (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongRunningTests.cpp299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local
300 addChild(mixedGroup); in init()
304mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
327mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sLongRunningTests.cpp299 TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Mixed stress tests"); in init() local
300 addChild(mixedGroup); in init()
304mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
327mixedGroup->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContex… in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp1581 …tcu::TestCaseGroup* const mixedGroup = new tcu::TestCaseGroup(m_testCtx, "mixed_usage", "Test usin… in init() local
1585 usageGroup->addChild(mixedGroup); in init()
1606mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_basic", "Use different ap… in init()
1607mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_binding", "Use dif… in init()
1608mixedGroup->addChild(new MixedBindingCase(m_context, "mixed_attribs_instanced_attrib", "Use diff… in init()
1610mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer", "change buffer wi… in init()
1611mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_offset", "change buff… in init()
1612mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_buffer_stride", "change buff… in init()
1613mixedGroup->addChild(new MixedApiCase(m_context, "mixed_api_change_binding_point", "change bind… in init()
Des31fCopyImageTests.cpp2718 …TestCaseGroup* const mixedGroup = new TestCaseGroup(m_context, "mixed", "Test copying between co… in init() local
2719 addChild(mixedGroup); in init()
2731 mixedGroup->addChild(viewGroup); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp4008 …GroupPtr mixedGroup (new tcu::TestCaseGroup(testCtx, "mixed", "Tests mixing mutable descript… in createDescriptorValveMutableTests() local
4031 const auto dstGroup = (mixed ? mixedGroup.get() : mutableOnlyGroup.get()); in createDescriptorValveMutableTests()
4036 multipleGroup->addChild(mixedGroup.release()); in createDescriptorValveMutableTests()