Searched defs:DrawIndexedIndirectParams (Results 1 – 2 of 2) sorted by relevance
180 struct DrawIndexedIndirectParams : DrawParamsBase, IndexedParamsBase struct182 std::vector<vk::VkDrawIndexedIndirectCommand> commands;184 DrawIndexedIndirectParams (const vk::VkPrimitiveTopology top, const vk::VkIndexType indexT) in DrawIndexedIndirectParams() function189 … const deUint32 instanceC, const deUint32 firstIdx, const deInt32 vertexO, const deUint32 firstIns) in addCommand()
246 struct DrawIndexedIndirectParams struct251 VERIFY_4_BYTE_ALIGNMENT(DrawIndexedIndirectParams) argument