Searched refs:IndirectDraw (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawIndirectTest.cpp | 57 class IndirectDraw : public DrawTestsBaseClass class 60 IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology); 87 class IndirectDrawInstanced : public IndirectDraw 101 IndirectDraw::IndirectDraw (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) in IndirectDraw() function in vkt::Draw::__anon61c504520111::IndirectDraw 160 tcu::TestStatus IndirectDraw::iterate (void) in iterate() 334 : IndirectDraw (context, shaders, topology) in IndirectDrawInstanced() 537 …indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_list", "Draws t… in init() 538 …indirectDrawGroup->addChild(new InstanceFactory<IndirectDraw>(m_testCtx, "triangle_strip", "Draws … in init()
|