Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h479 bool isIntegralPromotion(TBasicType from, TBasicType to) const;
DIntermediate.cpp1444 bool TIntermediate::isIntegralPromotion(TBasicType from, TBasicType to) const in isIntegralPromotion() function in glslang::TIntermediate
1664 if (isIntegralPromotion(from, to) || in canImplicitlyPromote()
DParseHelper.cpp6562 bool isPromotion1 = (intermediate.isIntegralPromotion(from_type, to1_type) || in findFunctionExplicitTypes()
6564 bool isPromotion2 = (intermediate.isIntegralPromotion(from_type, to2_type) || in findFunctionExplicitTypes()