Home
last modified time | relevance | path

Searched refs:isTypeUnsignedInt (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h487 __inline bool isTypeUnsignedInt(TBasicType type) in isTypeUnsignedInt() function
502 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1804 (isTypeUnsignedInt(type0) && isTypeUnsignedInt(type1))) { in getConversionDestinatonType()
1812 } else if (isTypeUnsignedInt(type0) && (getTypeRank(type0) > getTypeRank(type1))) { in getConversionDestinatonType()
1815 } else if (isTypeUnsignedInt(type1) && (getTypeRank(type1) > getTypeRank(type0))) { in getConversionDestinatonType()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4716 bool isUnsigned = isTypeUnsignedInt(typeProxy);
5056 bool isUnsigned = isTypeUnsignedInt(typeProxy);
6080 bool isUnsigned = isTypeUnsignedInt(typeProxy);
6715 bool isUnsigned = isTypeUnsignedInt(typeProxy);