Home
last modified time | relevance | path

Searched refs:EOpConvInt8ToInt (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/Include/
Dintermediate.h129 EOpConvInt8ToInt, enumerator
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp726 case EbtInt8: newOp = EOpConvInt8ToInt; break; in buildConvertOp()
2995 case EOpConvInt8ToInt: in isSpecializationOperation()
DConstant.cpp720 case EOpConvInt8ToInt: in fold()
DintermOut.cpp249 case EOpConvInt8ToInt: out.debug << "Convert int8_t to int"; break; in visitUnary()
DParseHelper.cpp8108 case EbtInt8: op = EOpConvInt8ToInt; break; in constructBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp7251 case glslang::EOpConvInt8ToInt: in createConversion()