Lines Matching refs:InterCallOperations
976 class InterCallOperations class
979 InterCallOperations& operator<< (const op::WriteData&);
980 InterCallOperations& operator<< (const op::ReadData&);
981 InterCallOperations& operator<< (const op::Barrier&);
982 InterCallOperations& operator<< (const op::ReadMultipleData&);
983 InterCallOperations& operator<< (const op::WriteDataInterleaved&);
984 InterCallOperations& operator<< (const op::ReadDataInterleaved&);
985 InterCallOperations& operator<< (const op::ReadZeroData&);
1022 InterCallOperations& InterCallOperations::operator<< (const op::WriteData& cmd) in operator <<()
1031 InterCallOperations& InterCallOperations::operator<< (const op::ReadData& cmd) in operator <<()
1040 InterCallOperations& InterCallOperations::operator<< (const op::Barrier& cmd) in operator <<()
1049 InterCallOperations& InterCallOperations::operator<< (const op::ReadMultipleData& cmd) in operator <<()
1058 InterCallOperations& InterCallOperations::operator<< (const op::WriteDataInterleaved& cmd) in operator <<()
1067 InterCallOperations& InterCallOperations::operator<< (const op::ReadDataInterleaved& cmd) in operator <<()
1076 InterCallOperations& InterCallOperations::operator<< (const op::ReadZeroData& cmd) in operator <<()
1100 …onst char* name, const char* desc, StorageType storage, int flags, const InterCallOperations& ops);
1130 const std::vector<InterCallOperations::Command> m_cmds;
1139 …const char* name, const char* desc, StorageType storage, int flags, const InterCallOperations& ops) in InterCallTestCase()
1174 case InterCallOperations::Command::TYPE_WRITE: in init()
1197 case InterCallOperations::Command::TYPE_READ: in init()
1218 case InterCallOperations::Command::TYPE_BARRIER: in init()
1223 case InterCallOperations::Command::TYPE_READ_MULTIPLE: in init()
1245 case InterCallOperations::Command::TYPE_WRITE_INTERLEAVE: in init()
1268 case InterCallOperations::Command::TYPE_READ_INTERLEAVE: in init()
1289 case InterCallOperations::Command::TYPE_READ_ZERO: in init()
1362 …case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, pro… in iterate()
1363 …case InterCallOperations::Command::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, prog… in iterate()
1364 …case InterCallOperations::Command::TYPE_BARRIER: runCommand(m_cmds[step].u_cmd.barrier); … in iterate()
1365 …case InterCallOperations::Command::TYPE_READ_MULTIPLE: runCommand(m_cmds[step].u_cmd.readMulti, … in iterate()
1366 …case InterCallOperations::Command::TYPE_WRITE_INTERLEAVE: runCommand(m_cmds[step].u_cmd.writeInter… in iterate()
1367 …case InterCallOperations::Command::TYPE_READ_INTERLEAVE: runCommand(m_cmds[step].u_cmd.readInterle… in iterate()
1368 …case InterCallOperations::Command::TYPE_READ_ZERO: runCommand(m_cmds[step].u_cmd.readZero, ste… in iterate()
3262 InterCallOperations() in init()
3272 InterCallOperations() in init()
3282 InterCallOperations() in init()
3294 InterCallOperations() in init()
3305 InterCallOperations() in init()
3316 InterCallOperations() in init()
3328 InterCallOperations() in init()