Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h174 bool isTypeOp(spv::Op opCode) const;
189 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId()
DSPVRemapper.cpp192 bool spirvbin_t::isTypeOp(spv::Op opCode) const in isTypeOp() function in spv::spirvbin_t
478 } else if (isTypeOp(opCode)) { in buildLocalMaps()
1237 assert(isTypeOp(opCode) || isConstOp(opCode)); in matchType()