Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp1157 isType[asTypeConstId(typeStart)] = true; in dceTypes()
1179 const spv::Id typeId = asTypeConstId(typeStart); in dceTypes()
1374 const spv::Id resId = asTypeConstId(typeStart); in mapTypeConst()
DSPVRemapper.h189 …spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) … in asTypeConstId() function