• Home
  • Raw
  • Download

Lines Matching refs:runCommand

1115 	void											runCommand					(const op::WriteData& cmd, int stepNdx, int& programFriendlyName);
1116 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int…
1117 void runCommand (const op::Barrier&);
1118 …void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyN…
1119 …void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFrien…
1120 …void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriend…
1121 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,…
1367 …case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, pro… in iterate()
1368 …case InterCallOperations::Command::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, prog… in iterate()
1369 …case InterCallOperations::Command::TYPE_BARRIER: runCommand(m_cmds[step].u_cmd.barrier); … in iterate()
1370 …case InterCallOperations::Command::TYPE_READ_MULTIPLE: runCommand(m_cmds[step].u_cmd.readMulti, … in iterate()
1371 …case InterCallOperations::Command::TYPE_WRITE_INTERLEAVE: runCommand(m_cmds[step].u_cmd.writeInter… in iterate()
1372 …case InterCallOperations::Command::TYPE_READ_INTERLEAVE: runCommand(m_cmds[step].u_cmd.readInterle… in iterate()
1373 …case InterCallOperations::Command::TYPE_READ_ZERO: runCommand(m_cmds[step].u_cmd.readZero, ste… in iterate()
1455 void InterCallTestCase::runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName) in runCommand() function in deqp::gles31::Functional::__anon7f4c81d10111::InterCallTestCase
1490 void InterCallTestCase::runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName,… in runCommand() function in deqp::gles31::Functional::__anon7f4c81d10111::InterCallTestCase
1495 void InterCallTestCase::runCommand (const op::Barrier& cmd) in runCommand() function in deqp::gles31::Functional::__anon7f4c81d10111::InterCallTestCase
1515 void InterCallTestCase::runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFrien… in runCommand() function in deqp::gles31::Functional::__anon7f4c81d10111::InterCallTestCase
1560 void InterCallTestCase::runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programF… in runCommand() function in deqp::gles31::Functional::__anon7f4c81d10111::InterCallTestCase
1596 void InterCallTestCase::runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFr… in runCommand() function in deqp::gles31::Functional::__anon7f4c81d10111::InterCallTestCase
1601 void InterCallTestCase::runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyN… in runCommand() function in deqp::gles31::Functional::__anon7f4c81d10111::InterCallTestCase