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.cpp1026 …tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str(), ("Draws… in init() local
1053 drawTypeGroup->addChild(indirectDrawGroup); in init()
1054 drawTypeGroup->addChild(indirectDrawCountGroup); in init()
1055 drawTypeGroup->addChild(indirectDrawParamCountGroup); in init()
1084 drawTypeGroup->addChild(indirectDrawFirstInstanceGroup); in init()
1085 drawTypeGroup->addChild(indirectDrawCountFirstInstanceGroup); in init()
1086 drawTypeGroup->addChild(indirectDrawParamCountFirstInstanceGroup); in init()
1155 drawTypeGroup->addChild(indirectDrawInstancedGroup); in init()
1156 drawTypeGroup->addChild(indirectDrawCountInstancedGroup); in init()
1157 drawTypeGroup->addChild(indirectDrawParamCountInstancedGroup); in init()
[all …]
/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()