Home
last modified time | relevance | path

Searched defs:DrawIndirectParams (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp159 struct DrawIndirectParams : DrawParamsBase struct
161 std::vector<vk::VkDrawIndirectCommand> commands;
163 DrawIndirectParams (const vk::VkPrimitiveTopology top) in DrawIndirectParams() function
167 …nd (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const deUint32 firstI) in addCommand()