Searched refs:DispatchCommand (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 88 struct DispatchCommand struct 90 DispatchCommand (const deIntptr offset, in DispatchCommand() function 99 typedef std::vector<DispatchCommand> DispatchCommandsVec; 342 const DispatchCommand& cmd = m_dispatchCommands[cmdNdx]; in verifyResultBuffer() 580 DispatchCommandsVec commandsVec (const DispatchCommand& cmd) in commandsVec() 587 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0, in commandsVec() 588 const DispatchCommand& cmd1, in commandsVec() 589 const DispatchCommand& cmd2, in commandsVec() 590 const DispatchCommand& cmd3, in commandsVec() 591 const DispatchCommand& cmd4) in commandsVec() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fIndirectComputeDispatchTests.cpp | 121 struct DispatchCommand struct in deqp::gles31::Functional::__anon9f66ec160111::IndirectDispatchCase 126 DispatchCommand (void) : offset(0) {} in DispatchCommand() function 127 …DispatchCommand (deIntptr offset_, const UVec3& numWorkGroups_) : offset(offset_), numWorkGroups(n… in DispatchCommand() argument 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 …]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | daemon.dart | 76 typedef DispatchCommand = void Function(Map<String, dynamic> command); 110 final DispatchCommand sendCommand;
|