Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp64 const spv::Op opCode = asOpCode(word); in asOpCodeHash()
136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords()
520 spv::Op opCode = asOpCode(instructionStart); in processInstruction()
570 … opCode = asOpCode(word++); // this is the opcode embedded in the SpecConstantOp. in processInstruction()
745 const spv::Op opCode = asOpCode(start); in mapFnBodies()
760 if (asOpCode(instPos[i]) == spv::OpFunction) in mapFnBodies()
766 if (asOpCode(instPos[i]) == spv::OpFunctionEnd) in mapFnBodies()
1211 const spv::Op opCode = asOpCode(typeStart); in matchType()
1280 const spv::Op opCode = asOpCode(typeStart); in hashType()
DSPVRemapper.h185 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); } in asOpCode() function
189 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()