Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h186 EOpConvIntToInt64, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp765 case EbtInt: newOp = EOpConvIntToInt64; break; in buildConvertOp()
3014 case EOpConvIntToInt64: in isSpecializationOperation()
DConstant.cpp805 case EOpConvIntToInt64: in fold()
DintermOut.cpp306 case EOpConvIntToInt64: out.debug << "Convert int to int64"; break; in visitUnary()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp7258 case glslang::EOpConvIntToInt64: in createConversion()