Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.h148 bool needsExplicitBoolCast);
153 TIntermTyped &CoerceSimple(const TType &toType, TIntermTyped &fromNode, bool needsExplicitBoolCast);
DAstHelpers.cpp407 bool needsExplicitBoolCast) in CoerceSimple() argument
419 if (toBasicType == TBasicType::EbtBool && fromNode.isVector() && needsExplicitBoolCast) in CoerceSimple()
456 bool needsExplicitBoolCast) in CoerceSimple() argument
472 if (toBasicType == TBasicType::EbtBool && fromNode.isVector() && needsExplicitBoolCast) in CoerceSimple()