Home
last modified time | relevance | path

Searched refs:CreateRawFunctionCall (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp738 return TIntermAggregate::CreateRawFunctionCall( in createRoundingFunctionCallNode()
772 return TIntermAggregate::CreateRawFunctionCall( in createCompoundAssignmentFunctionCallNode()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteKeywords.cpp424 return TIntermAggregate::CreateRawFunctionCall(rFunc, in visitAggregatePost()
DSymbolEnv.cpp372 return *TIntermAggregate::CreateRawFunctionCall(func, &args); in callFunctionOverload()
/external/angle/src/compiler/translator/
DIntermNode.h590 static TIntermAggregate *CreateRawFunctionCall(const TFunction &func,
DIntermNode.cpp584 TIntermAggregate *TIntermAggregate::CreateRawFunctionCall(const TFunction &func, in CreateRawFunctionCall() function in sh::TIntermAggregate