HomeSort by relevance Sort by last modified time
    Searched refs:mOpCode (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
core_defs.h 60 OpCodeAndWordCount() : mOpCode(0) {}
62 : mOpCode((uint16_t)codeAndCount),
65 : mOpCode((uint16_t)opcode), mWordCount((uint16_t)wordCount) {}
68 return ((uint32_t)mWordCount << 16) | (uint32_t)mOpCode;
71 uint16_t mOpCode;
instructions.cpp 31 if (mCodeAndCount.mOpCode == OpDecorate) {
43 if (mCodeAndCount.mOpCode != OpTypeStruct) {
instructions.h 83 if (codeAndCount.mOpCode != opcode) {
145 uint16_t getOpCode() const { return mCodeAndCount.mOpCode; }
module.cpp 595 if (inst->getOpCode() == T::mOpCode) {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 107 protected int mOpCode = -1;
475 mStkContext[slotId].mOpCode = opcode;
    [all...]

Completed in 546 milliseconds