Searched refs:DispatchCommand (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 87 struct DispatchCommand struct 89 DispatchCommand (const deIntptr offset, in DispatchCommand() function 98 typedef std::vector<DispatchCommand> DispatchCommandsVec; 341 const DispatchCommand& cmd = m_dispatchCommands[cmdNdx]; in verifyResultBuffer() 578 DispatchCommandsVec commandsVec (const DispatchCommand& cmd) in commandsVec() 585 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0, in commandsVec() 586 const DispatchCommand& cmd1, in commandsVec() 587 const DispatchCommand& cmd2, in commandsVec() 588 const DispatchCommand& cmd3, in commandsVec() 589 const DispatchCommand& cmd4) in commandsVec() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndirectComputeDispatchTests.cpp | 121 struct DispatchCommand struct in deqp::gles31::Functional::__anon0ce222b70111::IndirectDispatchCase 126 DispatchCommand (void) : offset(0) {} in DispatchCommand() function 127 …DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(n… in DispatchCommand() function 133 vector<DispatchCommand> m_commands; 187 …for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.e… in createCmdBufferUpload() 227 …for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.e… in createCmdBufferCompute() 312 const DispatchCommand& cmd = m_commands[cmdNdx]; in verifyResultBuffer() 373 …for (vector<DispatchCommand>::const_iterator cmdIter = m_commands.begin(); cmdIter != m_commands.e… in iterate() 400 m_commands.push_back(DispatchCommand(offset, numWorkGroups)); in SingleDispatchCase() 413 m_commands.push_back(DispatchCommand(0, UVec3(1,1,1))); in MultiDispatchCase() [all …]
|