Home
last modified time | relevance | path

Searched refs:commandIndex (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1184 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 …]
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1287 int commandIndex) { in CacheSaveCount() argument
1290 for (int index = 0; index < commandIndex; ++index) { in CacheSaveCount()