Searched refs:isIntegralPromotion (Results 1 – 3 of 3) sorted by relevance
464 bool isIntegralPromotion(TBasicType from, TBasicType to) const;
1291 bool TIntermediate::isIntegralPromotion(TBasicType from, TBasicType to) const in isIntegralPromotion() function in glslang::TIntermediate1507 if (isIntegralPromotion(from, to)) { in canImplicitlyPromote()
6074 bool isPromotion1 = (intermediate.isIntegralPromotion(from_type, to1_type) || in findFunctionExplicitTypes()6076 bool isPromotion2 = (intermediate.isIntegralPromotion(from_type, to2_type) || in findFunctionExplicitTypes()