Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h518 __inline bool isTypeUnsignedInt(TBasicType type) in isTypeUnsignedInt() function
533 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp1956 (isTypeUnsignedInt(type0) && isTypeUnsignedInt(type1))) { in getConversionDestinationType()
1964 } else if (isTypeUnsignedInt(type0) && (getTypeRank(type0) > getTypeRank(type1))) { in getConversionDestinationType()
1967 } else if (isTypeUnsignedInt(type1) && (getTypeRank(type1) > getTypeRank(type0))) { in getConversionDestinationType()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp5418 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation()
5786 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation()
6869 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation()
7237 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation()
7476 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation()