Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h208 EOpConvInt64ToInt, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp728 case EbtInt64: newOp = EOpConvInt64ToInt; break; in buildConvertOp()
3009 case EOpConvInt64ToInt: in isSpecializationOperation()
DintermOut.cpp365 case EOpConvInt64ToInt: out.debug << "Convert int64 to int"; break; in visitUnary()
DConstant.cpp864 case EOpConvInt64ToInt: in fold()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6551 case glslang::EOpConvInt64ToInt: in createConversion()