Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h152 EOpConvInt16ToInt64, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp759 case EbtInt16: newOp = EOpConvInt16ToInt64; break; in buildConvertOp()
2991 case EOpConvInt16ToInt64: in isSpecializationOperation()
DintermOut.cpp309 case EOpConvInt16ToInt64: out.debug << "Convert int16_t to int64"; break; in visitUnary()
DConstant.cpp793 case EOpConvInt16ToInt64: in fold()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6545 case glslang::EOpConvInt16ToInt64: in createConversion()