Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h214 EOpConvInt64ToInt, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp732 case EbtInt64: newOp = EOpConvInt64ToInt; break; in buildConvertOp()
3023 case EOpConvInt64ToInt: in isSpecializationOperation()
DConstant.cpp834 case EOpConvInt64ToInt: in fold()
DintermOut.cpp334 case EOpConvInt64ToInt: out.debug << "Convert int64 to int"; break; in visitUnary()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp7261 case glslang::EOpConvInt64ToInt: in createConversion()