Searched refs:isIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
523 bool isIntegralPromotion(TBasicType from, TBasicType to) const;
1433 bool TIntermediate::isIntegralPromotion(TBasicType from, TBasicType to) const in isIntegralPromotion() function in glslang::TIntermediate1643 if (isIntegralPromotion(from, to) || in canImplicitlyPromote()
7217 bool isPromotion1 = (intermediate.isIntegralPromotion(from_type, to1_type) || in findFunctionExplicitTypes()7219 bool isPromotion2 = (intermediate.isIntegralPromotion(from_type, to2_type) || in findFunctionExplicitTypes()