Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h122 EOpConvInt8ToInt16, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp683 case EbtInt8: newOp = EOpConvInt8ToInt16; break; in buildConvertOp()
2980 case EOpConvInt8ToInt16: in isSpecializationOperation()
DintermOut.cpp279 case EOpConvInt8ToInt16: out.debug << "Convert int8_t to int16_t";break; in visitUnary()
DConstant.cpp748 case EOpConvInt8ToInt16: in fold()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6540 case glslang::EOpConvInt8ToInt16: in createConversion()