Home
last modified time | relevance | path

Searched defs:DispatchCommand (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp121 struct DispatchCommand struct in deqp::gles31::Functional::__anona5dc17cb0111::IndirectDispatchCase
123 intptr_t offset;
124 UVec3 numWorkGroups;
126 DispatchCommand(void) : offset(0) in DispatchCommand() function
129DispatchCommand(intptr_t offset_, const UVec3 &numWorkGroups_) : offset(offset_), numWorkGroups(nu… in DispatchCommand() function
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp232 struct DispatchCommand struct
234 DispatchCommand(const intptr_t offset, const tcu::UVec3 &numWorkGroups) in DispatchCommand() function
240 intptr_t m_offset;
241 tcu::UVec3 m_numWorkGroups;