Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h150 EOpConvInt16ToInt8, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp648 case EbtInt16: newOp = EOpConvInt16ToInt8; break; in buildConvertOp()
2989 case EOpConvInt16ToInt8: in isSpecializationOperation()
DintermOut.cpp307 case EOpConvInt16ToInt8: out.debug << "Convert int16_t to int8_t";break; in visitUnary()
DConstant.cpp789 case EOpConvInt16ToInt8: in fold()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6543 case glslang::EOpConvInt16ToInt8: in createConversion()