Home
last modified time | relevance | path

Searched refs:EOpConvInt16ToUint16 (Results 1 – 5 of 5) sorted by relevance

/third_party/glslang/glslang/Include/
Dintermediate.h160 EOpConvInt16ToUint16, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp705 case EbtInt16: newOp = EOpConvInt16ToUint16; break; in buildConvertOp()
3007 case EOpConvInt16ToUint16: in isSpecializationOperation()
DConstant.cpp767 case EOpConvInt16ToUint16: in fold()
DintermOut.cpp280 case EOpConvInt16ToUint16: out.debug << "Convert int16_t to uint16_t";break; in visitUnary()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp7142 case glslang::EOpConvInt16ToUint16: in createConversion()
7152 } else if (op == glslang::EOpConvUint16ToInt16 || op == glslang::EOpConvInt16ToUint16) { in createConversion()