Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/msl/
DAddExplicitTypeCasts.cpp43 return CoerceSimple(retType, SubVector(arg, 0, 1), mNeedsExplicitBoolCasts); in visitAggregatePost()
56 return CoerceSimple(retType, SubVector(arg, 0, retType.getNominalSize()), in visitAggregatePost()
64 CoerceSimple(retType.getBasicType(), arg, mNeedsExplicitBoolCasts)); in visitAggregatePost()
/external/angle/src/compiler/translator/msl/
DAstHelpers.h154 TIntermTyped &CoerceSimple(TBasicType toBasicType,
161 TIntermTyped &CoerceSimple(const TType &toType, TIntermTyped &fromNode, bool needsExplicitBoolCast);
DAstHelpers.cpp428 TIntermTyped &sh::CoerceSimple(TBasicType toBasicType, in CoerceSimple() function in sh
477 TIntermTyped &sh::CoerceSimple(const TType &toType, in CoerceSimple() function in sh