Home
last modified time | relevance | path

Searched refs:ioTypeGroup (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp993 …de::MovePtr<tcu::TestCaseGroup> ioTypeGroup (new tcu::TestCaseGroup(testCtx, ioCases[caseNdx].name… in createUserDefinedIOTests() local
1006 ioTypeGroup->addChild(vertexArraySizeGroup.release()); in createUserDefinedIOTests()
1008 group->addChild(ioTypeGroup.release()); in createUserDefinedIOTests()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp7614 …TestCaseGroup* const ioTypeGroup = new TestCaseGroup(m_context, ioCases[ndx].name, ioCases[ndx].de… in init() local
7615 userDefinedIOGroup->addChild(ioTypeGroup); in init()
7629 ioTypeGroup->addChild(vertexArraySizeGroup); in init()