Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h465 bool isFPPromotion(TBasicType from, TBasicType to) const;
DIntermediate.cpp1308 bool TIntermediate::isFPPromotion(TBasicType from, TBasicType to) const in isFPPromotion() function in glslang::TIntermediate
1512 if (isFPPromotion(from, to)) { in canImplicitlyPromote()
DParseHelper.cpp6075 intermediate.isFPPromotion(from_type, to1_type)); in findFunctionExplicitTypes()
6077 intermediate.isFPPromotion(from_type, to2_type)); in findFunctionExplicitTypes()