Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dcore_defs.h60 OpCodeAndWordCount() : mOpCode(0) {} in OpCodeAndWordCount()
62 : mOpCode((uint16_t)codeAndCount), in OpCodeAndWordCount()
65 : mOpCode((uint16_t)opcode), mWordCount((uint16_t)wordCount) {} in OpCodeAndWordCount()
68 return ((uint32_t)mWordCount << 16) | (uint32_t)mOpCode; in uint32_t()
71 uint16_t mOpCode; member
Dinstructions.cpp31 if (mCodeAndCount.mOpCode == OpDecorate) { in decorate()
43 if (mCodeAndCount.mOpCode != OpTypeStruct) { in memberDecorate()
Dinstructions.h83 if (codeAndCount.mOpCode != opcode) { in DeserializeFirstWord()
145 uint16_t getOpCode() const { return mCodeAndCount.mOpCode; } in getOpCode()
Dmodule.cpp595 if (inst->getOpCode() == T::mOpCode) { in findOrCreate()