Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1218 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()
1220 …log << TestLog::Message << commandIndex << ":" << getName() << " Map memory" << TestLog::EndMessag… in logExecute()
1249 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()
1251 log << TestLog::Message << commandIndex << ": Unmap memory" << TestLog::EndMessage; in logExecute()
1279 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()
1281 log << TestLog::Message << commandIndex << ": Invalidate mapped memory" << TestLog::EndMessage; in logExecute()
1310 void logExecute (TestLog& log, size_t commandIndex) const in logExecute()
1312 log << TestLog::Message << commandIndex << ": Flush mapped memory" << TestLog::EndMessage; in logExecute()
1342 void logExecute (TestLog& log, size_t commandIndex) const;
1345 void verify (VerifyContext& context, size_t commandIndex);
[all …]
/external/skia/debugger/QT/
DSkDrawCommandGeometryWidget.cpp70 void SkDrawCommandGeometryWidget::setDrawCommandIndex(int commandIndex) { in setDrawCommandIndex() argument
71 fCommandIndex = commandIndex; in setDrawCommandIndex()
/external/tpm2/
DCommandCodeAttributes.c91 if(s_ccAttr[i].commandIndex == (UINT16) commandCode) in CommandGetAttribute()
Dtpm_types.h513 TPM_CC commandIndex : 16; member