Searched defs:DrawIndirectParams (Results 1 – 3 of 3) sorted by relevance
167 struct DrawIndirectParams : DrawParamsBase struct169 std::vector<vk::VkDrawIndirectCommand> commands;171 DrawIndirectParams (const vk::VkPrimitiveTopology top, const SharedGroupParams gParams) in DrawIndirectParams() argument175 …nd (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const deUint32 firstI) in addCommand()
167 struct DrawIndirectParams : DrawParamsBase struct169 std::vector<vk::VkDrawIndirectCommand> commands;171 DrawIndirectParams (const vk::VkPrimitiveTopology top, const SharedGroupParams gParams) in DrawIndirectParams() function175 …nd (const deUint32 vertexC, const deUint32 instanceC, const deUint32 firstV, const deUint32 firstI) in addCommand()
296 struct DrawIndirectParams struct303 VERIFY_4_BYTE_ALIGNMENT(DrawIndirectParams) argument