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() argument168 …nd (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const deUint32 firstI) in addCommand()
289 struct DrawIndirectParams struct294 VERIFY_4_BYTE_ALIGNMENT(DrawIndirectParams) argument