Home | History | Annotate | Download | only in compute

Lines Matching refs:DispatchCommand

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)
600 DispatchCommandsVec commandsVec (const DispatchCommand& cmd0,
601 const DispatchCommand& cmd1,
602 const DispatchCommand& cmd2,
603 const DispatchCommand& cmd3,
604 const DispatchCommand& cmd4,
605 const DispatchCommand& cmd5,
606 const DispatchCommand& cmd6)
626 commandsVec(DispatchCommand(0, tcu::UVec3(1, 1, 1)))
629 commandsVec(DispatchCommand(0, tcu::UVec3(2, 3, 5)))
632 commandsVec(DispatchCommand(0, tcu::UVec3(1, 2, 3)))
635 commandsVec(DispatchCommand(16, tcu::UVec3(1, 1, 1)))
638 commandsVec(DispatchCommand((1 << 20) + 12, tcu::UVec3(1, 1, 1)))
641 commandsVec(DispatchCommand((1 << 20) + 12, tcu::UVec3(1, 2, 3)))
644 commandsVec(DispatchCommand(0, tcu::UVec3(0, 0, 0)))
647 commandsVec(DispatchCommand(0, tcu::UVec3(1, 1, 1)),
648 DispatchCommand(INDIRECT_COMMAND_OFFSET, tcu::UVec3(2, 1, 1)),
649 DispatchCommand(104, tcu::UVec3(1, 3, 1)),
650 DispatchCommand(40, tcu::UVec3(1, 1, 7)),
651 DispatchCommand(52, tcu::UVec3(1, 1, 4)))
654 commandsVec(DispatchCommand(0, tcu::UVec3(1, 1, 1)),
655 DispatchCommand(0, tcu::UVec3(1, 1, 1)),
656 DispatchCommand(0, tcu::UVec3(1, 1, 1)),
657 DispatchCommand(104, tcu::UVec3(1, 3, 1)),
658 DispatchCommand(104, tcu::UVec3(1, 3, 1)),
659 DispatchCommand(52, tcu::UVec3(1, 1, 4)),
660 DispatchCommand(52, tcu::UVec3(1, 1, 4)))