Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.h178 bool isTypeOp(spv::Op opCode) const;
195 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()
DSPVRemapper.cpp206 bool spirvbin_t::isTypeOp(spv::Op opCode) const in isTypeOp() function in spv::spirvbin_t
498 } else if (isTypeOp(opCode)) { in buildLocalMaps()
1271 assert(isTypeOp(opCode) || isConstOp(opCode)); in matchType()