Searched defs:DrawIndirectParams (Results 1 – 2 of 2) sorted by relevance
160 struct DrawIndirectParams : DrawParamsBase struct162 std::vector<vk::VkDrawIndirectCommand> commands;164 DrawIndirectParams (const vk::VkPrimitiveTopology top) in DrawIndirectParams() function168 …nd (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const deUint32 firstI) in addCommand()
278 struct DrawIndirectParams struct283 VERIFY_4_BYTE_ALIGNMENT(DrawIndirectParams) argument