HomeSort by relevance Sort by last modified time
    Searched refs:mOpCode (Results 1 - 6 of 6) 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 620 if (inst->getOpCode() == T::mOpCode) {
  /frameworks/ml/nn/runtime/test/
TestValidateOperations.cpp 41 : mOpCode(opCode),
64 int32_t result = ANeuralNetworksModel_addOperation(model, mOpCode,
80 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) {
108 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) {
152 ANeuralNetworksOperationType mOpCode;
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 130 protected int mOpCode = -1;
551 mStkContext[slotId].mOpCode = opcode;
    [all...]

Completed in 222 milliseconds