Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h523 bool isIntegralPromotion(TBasicType from, TBasicType to) const;
DIntermediate.cpp1433 bool TIntermediate::isIntegralPromotion(TBasicType from, TBasicType to) const in isIntegralPromotion() function in glslang::TIntermediate
1643 if (isIntegralPromotion(from, to) || in canImplicitlyPromote()
DParseHelper.cpp7217 bool isPromotion1 = (intermediate.isIntegralPromotion(from_type, to1_type) || in findFunctionExplicitTypes()
7219 bool isPromotion2 = (intermediate.isIntegralPromotion(from_type, to2_type) || in findFunctionExplicitTypes()