HomeSort by relevance Sort by last modified time
    Searched refs:DispatchCommand (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 121 struct DispatchCommand
126 DispatchCommand (void) : offset(0) {}
127 DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(numWorkGroups_) {}
133 vector<DispatchCommand> m_commands;
187 for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.end(); ++cmdIter)
227 for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.end(); ++cmdIter)
312 const DispatchCommand& cmd = m_commands[cmdNdx];
373 for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.end(); ++cmdIter)
400 m_commands.push_back(DispatchCommand(offset, numWorkGroups));
413 m_commands.push_back(DispatchCommand(0, UVec3(1,1,1)))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 85 struct DispatchCommand
87 DispatchCommand (const deIntptr offset,
96 typedef std::vector<DispatchCommand> DispatchCommandsVec;
341 const DispatchCommand& cmd = m_dispatchCommands[cmdNdx];
578 DispatchCommandsVec commandsVec (const DispatchCommand& cmd)
585 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0,
586 const DispatchCommand& cmd1,
587 const DispatchCommand& cmd2,
588 const DispatchCommand& cmd3,
589 const DispatchCommand& cmd4
    [all...]

Completed in 556 milliseconds