Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp179 struct DrawIndexedIndirectParams : DrawParamsBase, IndexedParamsBase struct
181 std::vector<vk::VkDrawIndexedIndirectCommand> commands;
183 DrawIndexedIndirectParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT) in DrawIndexedIndirectParams() argument
188 … const deUint32 instanceC, const deUint32 firstIdx, const deInt32 vertexO, const deUint32 firstIns) in addCommand()