Searched refs:commandIndex (Results 1 – 2 of 2) sorted by relevance
1184 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1186 …log << TestLog::Message << commandIndex << ":" << getName() << " Map memory" << TestLog::EndMessag… in logExecute()1215 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1217 log << TestLog::Message << commandIndex << ": Unmap memory" << TestLog::EndMessage; in logExecute()1245 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1247 log << TestLog::Message << commandIndex << ": Invalidate mapped memory" << TestLog::EndMessage; in logExecute()1276 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()1278 log << TestLog::Message << commandIndex << ": Flush mapped memory" << TestLog::EndMessage; in logExecute()1308 void logExecute (TestLog& log, size_t commandIndex) const;1311 void verify (VerifyContext& context, size_t commandIndex);[all …]
1287 int commandIndex) { in CacheSaveCount() argument1290 for (int index = 0; index < commandIndex; ++index) { in CacheSaveCount()