Searched refs:commandIndex (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1227 void logExecute (TestLog& log, size_t commandIndex) const in logExecute() 1229 …log << TestLog::Message << commandIndex << ":" << getName() << " Map memory" << TestLog::EndMessag… in logExecute() 1258 void logExecute (TestLog& log, size_t commandIndex) const in logExecute() 1260 log << TestLog::Message << commandIndex << ": Unmap memory" << TestLog::EndMessage; in logExecute() 1288 void logExecute (TestLog& log, size_t commandIndex) const in logExecute() 1290 log << TestLog::Message << commandIndex << ": Invalidate mapped memory" << TestLog::EndMessage; in logExecute() 1319 void logExecute (TestLog& log, size_t commandIndex) const in logExecute() 1321 log << TestLog::Message << commandIndex << ": Flush mapped memory" << TestLog::EndMessage; in logExecute() 1351 void logExecute (TestLog& log, size_t commandIndex) const; 1355 void verify (VerifyContext& context, size_t commandIndex); [all …]
|
/external/skia/debugger/QT/ |
D | SkDrawCommandGeometryWidget.cpp | 70 void SkDrawCommandGeometryWidget::setDrawCommandIndex(int commandIndex) { in setDrawCommandIndex() argument 71 fCommandIndex = commandIndex; in setDrawCommandIndex()
|
/external/tpm2/ |
D | CommandCodeAttributes.c | 91 if(s_ccAttr[i].commandIndex == (UINT16) commandCode) in CommandGetAttribute()
|
D | tpm_types.h | 513 TPM_CC commandIndex : 16; member
|
D | part3.txt | 17189 lowest commandIndex, is returned after the non-vendor-specific (base) command.
|
D | part4.txt | 16260 43 if(s_ccAttr[i].commandIndex == (UINT16) commandCode)
|
/external/tpm2/generator/ |
D | raw_structures.txt | 272 Bits[15:0] – commandIndex .........................................................................… 9168 For a command to the TPM, only the commandIndex field and V attribute are allowed to be non-zero. 9181 commandIndex 9237 Bits[15:0] – commandIndex 9240 attribute. If V is zero, then the commandIndex shall be in the set of commands defined in a version… 9241 specification. If V is one, then the meaning of commandIndex is as determined by the TPM vendor. 11370 The values in the list are returned in commandIndex order with vendor-specific commands returned af… 11372 order. They will be in commandIndex order.
|
D | raw_structures_fixed.txt | 272 Bits[15:0] – commandIndex .........................................................................… 9181 For a command to the TPM, only the commandIndex field and V attribute are allowed to be non-zero. 9194 commandIndex 9250 Bits[15:0] – commandIndex 9253 attribute. If V is zero, then the commandIndex shall be in the set of commands defined in a version… 9254 specification. If V is one, then the meaning of commandIndex is as determined by the TPM vendor. 11385 The values in the list are returned in commandIndex order with vendor-specific commands returned af… 11387 order. They will be in commandIndex order.
|
D | raw_commands.txt | 31031 commandIndex, is returned after the non-vendor-specific (base) command.
|
D | raw_commands_fixed.txt | 31042 commandIndex, is returned after the non-vendor-specific (base) command.
|