Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h464 bool isIntegralPromotion(TBasicType from, TBasicType to) const;
DIntermediate.cpp1291 bool TIntermediate::isIntegralPromotion(TBasicType from, TBasicType to) const in isIntegralPromotion() function in glslang::TIntermediate
1507 if (isIntegralPromotion(from, to)) { in canImplicitlyPromote()
DParseHelper.cpp6074 bool isPromotion1 = (intermediate.isIntegralPromotion(from_type, to1_type) || in findFunctionExplicitTypes()
6076 bool isPromotion2 = (intermediate.isIntegralPromotion(from_type, to2_type) || in findFunctionExplicitTypes()