• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:programFriendlyName

1109 	void											runCommand					(const op::WriteData& cmd, int stepNdx, int& programFriendlyName);
1110 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int…
1112 …runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyName, int& resul…
1113 … runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFriendlyName);
1114 …Command (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriendlyName, int& resul…
1115 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,…
1116 …void runSingleRead (int targetHandle, int stepNdx, int& programFriendlyName, int& res…
1157 int programFriendlyName = 0; in init() local
1186 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1206 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1233 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1257 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1277 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1301 …m_testCtx.getLog() << tcu::TestLog::Message << "Program #" << ++programFriendlyName << tcu::TestLo… in init()
1351 int programFriendlyName = 0; in iterate() local
1362 …mmand::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, programFriendlyName); br… in iterate()
1363 …ommand::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, programFriendlyName, resultStor… in iterate()
1365 …PE_READ_MULTIPLE: runCommand(m_cmds[step].u_cmd.readMulti, step, programFriendlyName, resultStor… in iterate()
1366 …E_INTERLEAVE: runCommand(m_cmds[step].u_cmd.writeInterleave, step, programFriendlyName); br… in iterate()
1367 …AD_INTERLEAVE: runCommand(m_cmds[step].u_cmd.readInterleave, step, programFriendlyName, resultStor… in iterate()
1368 …:TYPE_READ_ZERO: runCommand(m_cmds[step].u_cmd.readZero, step, programFriendlyName, resultStor… in iterate()
1450 void InterCallTestCase::runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName) in runCommand() argument
1456 …<< "Running program #" << ++programFriendlyName << " to write " << ((m_storage == STORAGE_BUFFER) … in runCommand()
1485 void InterCallTestCase::runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName,… in runCommand() argument
1487 runSingleRead(cmd.targetHandle, stepNdx, programFriendlyName, resultStorageFriendlyName); in runCommand()
1510 …se::runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyName, int& resul… in runCommand() argument
1516 …<< "Running program #" << ++programFriendlyName << " to verify " << ((m_storage == STORAGE_BUFFER)… in runCommand()
1555 …llTestCase::runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFriendlyName) in runCommand() argument
1561 …<< "Running program #" << ++programFriendlyName << " to write " << ((m_storage == STORAGE_BUFFER) … in runCommand()
1591 …:runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriendlyName, int& resul… in runCommand() argument
1593 runSingleRead(cmd.targetHandle, stepNdx, programFriendlyName, resultStorageFriendlyName); in runCommand()
1596 …stCase::runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName, int& resul… in runCommand() argument
1598 runSingleRead(cmd.targetHandle, stepNdx, programFriendlyName, resultStorageFriendlyName); in runCommand()
1601 void InterCallTestCase::runSingleRead (int targetHandle, int stepNdx, int& programFriendlyName, int… in runSingleRead() argument
1607 …<< "Running program #" << ++programFriendlyName << " to verify " << ((m_storage == STORAGE_BUFFER)… in runSingleRead()