Home
last modified time | relevance | path

Searched refs:CreateBuiltInFunctionCall (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp308 return TIntermAggregate::CreateBuiltInFunctionCall(*fn, arguments); in CreateBuiltInFunctionCallNode()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.h597 static TIntermAggregate *CreateBuiltInFunctionCall(const TFunction &func,
DParseContext.cpp6198 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
6213 TIntermAggregate::CreateBuiltInFunctionCall(*fnCandidate, &fnCall->arguments()); in addNonConstructorFunctionCall()
DIntermNode.cpp539 TIntermAggregate *TIntermAggregate::CreateBuiltInFunctionCall(const TFunction &func, in CreateBuiltInFunctionCall() function in sh::TIntermAggregate