Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp1667 static bool canSignedIntTypeRepresentAllUnsignedValues(TBasicType sintType, TBasicType uintType) { in canSignedIntTypeRepresentAllUnsignedValues() function
1819 if (canSignedIntTypeRepresentAllUnsignedValues(type0, type1)) { in getConversionDestinatonType()
1827 if (canSignedIntTypeRepresentAllUnsignedValues(type1, type0)) { in getConversionDestinatonType()