Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp1013 std::string drawTypeStr; in init() local
1017 drawTypeStr = "sequential"; in init()
1020 drawTypeStr = "indexed"; in init()
1026 …wTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str(), ("Draws geometry using " + dra… in init()