Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndirectTest.cpp1277 std::string drawTypeStr; in init() local
1281 drawTypeStr = "sequential"; in init()
1284 drawTypeStr = "indexed"; in init()
1291 drawTypeStr += "_data_from_compute"; in init()
1294 drawTypeStr += "_bind_offset_" + std::to_string(bindIndexBufferOffset); in init()
1297 drawTypeStr += "_alloc_offset_" + std::to_string(indexBufferAllocOffset); in init()
1299 tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str()); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndirectTest.cpp1183 std::string drawTypeStr; in init() local
1187 drawTypeStr = "sequential"; in init()
1190 drawTypeStr = "indexed"; in init()
1197 drawTypeStr += "_data_from_compute"; in init()
1199 tcu::TestCaseGroup* drawTypeGroup = new tcu::TestCaseGroup(m_testCtx, drawTypeStr.c_str(), ("Draws geometry using " + drawTypeStr + "draw call").c_str()); in init()

Completed in 5 milliseconds