Home
last modified time | relevance | path

Searched refs:needsExplicitBoolCast (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/msl/
DAstHelpers.h144 bool needsExplicitBoolCast);
149 TIntermTyped &CoerceSimple(const TType &toType, TIntermTyped &fromNode, bool needsExplicitBoolCast);
DAstHelpers.cpp398 bool needsExplicitBoolCast) in CoerceSimple() argument
410 if (toBasicType == TBasicType::EbtBool && fromNode.isVector() && needsExplicitBoolCast) in CoerceSimple()
446 bool needsExplicitBoolCast) in CoerceSimple() argument
462 if (toBasicType == TBasicType::EbtBool && fromNode.isVector() && needsExplicitBoolCast) in CoerceSimple()