Searched refs:isIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
479 bool isIntegralPromotion(TBasicType from, TBasicType to) const;
1444 bool TIntermediate::isIntegralPromotion(TBasicType from, TBasicType to) const in isIntegralPromotion() function in glslang::TIntermediate1664 if (isIntegralPromotion(from, to) || in canImplicitlyPromote()
6562 bool isPromotion1 = (intermediate.isIntegralPromotion(from_type, to1_type) || in findFunctionExplicitTypes()6564 bool isPromotion2 = (intermediate.isIntegralPromotion(from_type, to2_type) || in findFunctionExplicitTypes()