Searched refs:mOpCode (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dcore_defs.h60 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; member in struct:android::spirit::OpCodeAndWordCount
H A Dinstructions.cpp31 if (mCodeAndCount.mOpCode == OpDecorate) {
43 if (mCodeAndCount.mOpCode != OpTypeStruct) {
H A Dinstructions.h83 if (codeAndCount.mOpCode != opcode) {
145 uint16_t getOpCode() const { return mCodeAndCount.mOpCode; }
H A Dmodule.cpp620 if (inst->getOpCode() == T::mOpCode) {
/frameworks/ml/nn/runtime/test/
H A DTestValidateOperations.cpp41 : 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; member in class:__anon1351::OperationTestBase

Completed in 334 milliseconds