Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h213 EOpConvInt64ToInt16, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp691 case EbtInt64: newOp = EOpConvInt64ToInt16; break; in buildConvertOp()
3022 case EOpConvInt64ToInt16: in isSpecializationOperation()
DConstant.cpp832 case EOpConvInt64ToInt16: in fold()
DintermOut.cpp333 case EOpConvInt64ToInt16: out.debug << "Convert int64 to int16_t"; break; in visitUnary()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp7260 case glslang::EOpConvInt64ToInt16: in createConversion()