Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndirectComputeDispatchTests.cpp121 struct DispatchCommand struct in deqp::gles31::Functional::__anonda0186770111::IndirectDispatchCase
123 deIntptr offset;
124 UVec3 numWorkGroups;
126 DispatchCommand (void) : offset(0) {} in DispatchCommand() function
127DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(n… in DispatchCommand() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp88 struct DispatchCommand struct
90 DispatchCommand (const deIntptr offset, in DispatchCommand() argument
95 deIntptr m_offset;
96 tcu::UVec3 m_numWorkGroups;