Home
last modified time | relevance | path

Searched refs:mCodeAndCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dinstructions.h48 Instruction(uint32_t opCode) : mCodeAndCount(opCode) {} in Instruction()
50 : mCodeAndCount(opCode), mFixedWordCount(fixedWordCount) {} in Instruction()
56 if (mCodeAndCount.mWordCount == 0) { in setWordCount()
57 mCodeAndCount.mWordCount = getWordCount(); in setWordCount()
89 IS >> &mCodeAndCount; in DeserializeFirstWord()
145 uint16_t getOpCode() const { return mCodeAndCount.mOpCode; } in getOpCode()
147 mutable OpCodeAndWordCount mCodeAndCount; variable
Dinstructions.cpp31 if (mCodeAndCount.mOpCode == OpDecorate) { in decorate()
43 if (mCodeAndCount.mOpCode != OpTypeStruct) { in memberDecorate()