Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp951 …tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str(), ("Draws… in init() local
971 drawTypeGroup->addChild(indirectDrawGroup); in init()
972 drawTypeGroup->addChild(indirectDrawCountGroup); in init()
994 drawTypeGroup->addChild(indirectDrawFirstInstanceGroup); in init()
995 drawTypeGroup->addChild(indirectDrawCountFirstInstanceGroup); in init()
1047 drawTypeGroup->addChild(indirectDrawInstancedGroup); in init()
1048 drawTypeGroup->addChild(indirectDrawCountInstancedGroup); in init()
1051 addChild(drawTypeGroup); in init()
/external/deqp/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp1013 …TestCaseGroup* drawTypeGroup = new TestCaseGroup(m_context, (string(dynamicIndices ? "dynamic_" : … in init() local
1015 addChild(drawTypeGroup); in init()
1028 drawTypeGroup->addChild(callCountGroup); in init()