Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp64 const spv::Op opCode = asOpCode(word); in asOpCodeHash()
136 const spv::Op opCode = asOpCode(typeStart); in typeSizeInWords()
540 spv::Op opCode = asOpCode(instructionStart); in processInstruction()
593 … opCode = asOpCode(word++); // this is the opcode embedded in the SpecConstantOp. in processInstruction()
771 const spv::Op opCode = asOpCode(start); in mapFnBodies()
786 if (asOpCode(instPos[i]) == spv::OpFunction) in mapFnBodies()
792 if (asOpCode(instPos[i]) == spv::OpFunctionEnd) in mapFnBodies()
1245 const spv::Op opCode = asOpCode(typeStart); in matchType()
1314 const spv::Op opCode = asOpCode(typeStart); in hashType()
DSPVRemapper.h191 spv::Op asOpCode(unsigned word) const { return opOpCode(spv[word]); } in asOpCode() function
195 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()