Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
Dintermediate.h180 EOpConvIntToInt64, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp761 case EbtInt: newOp = EOpConvIntToInt64; break; in buildConvertOp()
3000 case EOpConvIntToInt64: in isSpecializationOperation()
DintermOut.cpp337 case EOpConvIntToInt64: out.debug << "Convert int to int64"; break; in visitUnary()
DConstant.cpp835 case EOpConvIntToInt64: in fold()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6548 case glslang::EOpConvIntToInt64: in createConversion()