Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h207 EOpConvInt64ToInt16, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp687 case EbtInt64: newOp = EOpConvInt64ToInt16; break; in buildConvertOp()
3008 case EOpConvInt64ToInt16: in isSpecializationOperation()
DintermOut.cpp364 case EOpConvInt64ToInt16: out.debug << "Convert int64 to int16_t"; break; in visitUnary()
DConstant.cpp862 case EOpConvInt64ToInt16: in fold()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6550 case glslang::EOpConvInt64ToInt16: in createConversion()