Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h467 bool isFPConversion(TBasicType from, TBasicType to) const;
DIntermediate.cpp1403 bool TIntermediate::isFPConversion(TBasicType from, TBasicType to) const in isFPConversion() function in glslang::TIntermediate
1522 if (isFPConversion(from, to)) { in canImplicitlyPromote()
DParseHelper.cpp6085 intermediate.isFPConversion(from_type, to1_type) || in findFunctionExplicitTypes()
6088 intermediate.isFPConversion(from_type, to2_type) || in findFunctionExplicitTypes()