Searched defs:DispatchCommand (Results 1 – 2 of 2) sorted by relevance
121 struct DispatchCommand struct in deqp::gles31::Functional::__anon0ce222b70111::IndirectDispatchCase123 deIntptr offset;124 UVec3 numWorkGroups;126 DispatchCommand (void) : offset(0) {} in DispatchCommand() function127 …DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(n… in DispatchCommand() argument
87 struct DispatchCommand struct89 DispatchCommand (const deIntptr offset, in DispatchCommand() argument94 deIntptr m_offset;95 tcu::UVec3 m_numWorkGroups;