Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h474 __inline bool isTypeSignedInt(TBasicType type) in isTypeSignedInt() function
502 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1803 if ((isTypeSignedInt(type0) && isTypeSignedInt(type1)) || in getConversionDestinatonType()
1818 } else if (isTypeSignedInt(type0)) { in getConversionDestinatonType()
1826 } else if (isTypeSignedInt(type1)) { in getConversionDestinatonType()