Home
last modified time | relevance | path

Searched refs:isTypeSignedInt (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h505 __inline bool isTypeSignedInt(TBasicType type) in isTypeSignedInt() function
533 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp1955 if ((isTypeSignedInt(type0) && isTypeSignedInt(type1)) || in getConversionDestinationType()
1970 } else if (isTypeSignedInt(type0)) { in getConversionDestinationType()
1978 } else if (isTypeSignedInt(type1)) { in getConversionDestinationType()