Searched refs:CoerceSimple (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/msl/ |
D | AddExplicitTypeCasts.cpp | 43 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/ |
D | AstHelpers.h | 154 TIntermTyped &CoerceSimple(TBasicType toBasicType, 161 TIntermTyped &CoerceSimple(const TType &toType, TIntermTyped &fromNode, bool needsExplicitBoolCast);
|
D | AstHelpers.cpp | 428 TIntermTyped &sh::CoerceSimple(TBasicType toBasicType, in CoerceSimple() function in sh 477 TIntermTyped &sh::CoerceSimple(const TType &toType, in CoerceSimple() function in sh
|