Searched refs:m_dispatchCommands (Results 1 – 1 of 1) sorted by relevance
111 , m_dispatchCommands (dispatchCommands) {} in DispatchCaseDesc()117 const DispatchCommandsVec m_dispatchCommands; member151 const DispatchCommandsVec m_dispatchCommands; member in vkt::compute::__anond7dfc6af0111::IndirectDispatchInstanceBufferUpload174 , m_dispatchCommands (dispatchCommands) in IndirectDispatchInstanceBufferUpload()186 … (DispatchCommandsVec::const_iterator cmdIter = m_dispatchCommands.begin(); cmdIter != m_dispatchC… in fillIndirectBufferData()208 …etLog(), "Commands", "Indirect Dispatch Commands (" + de::toString(m_dispatchCommands.size()) + " … in iterate()210 for (deUint32 cmdNdx = 0; cmdNdx < m_dispatchCommands.size(); ++cmdNdx) in iterate()214 …<< cmdNdx << ": " << "offset = " << m_dispatchCommands[cmdNdx].m_offset << ", numWorkGroups = " <<… in iterate()221 const vk::VkDeviceSize resultBufferSize = resultBlockSize * (deUint32)m_dispatchCommands.size(); in iterate()232 for (deUint32 cmdNdx = 0; cmdNdx < m_dispatchCommands.size(); ++cmdNdx) in iterate()[all …]