Searched refs:CreateRawFunctionCall (Results 1 – 5 of 5) sorted by relevance
738 return TIntermAggregate::CreateRawFunctionCall( in createRoundingFunctionCallNode()772 return TIntermAggregate::CreateRawFunctionCall( in createCompoundAssignmentFunctionCallNode()
424 return TIntermAggregate::CreateRawFunctionCall(rFunc, in visitAggregatePost()
372 return *TIntermAggregate::CreateRawFunctionCall(func, &args); in callFunctionOverload()
590 static TIntermAggregate *CreateRawFunctionCall(const TFunction &func,
584 TIntermAggregate *TIntermAggregate::CreateRawFunctionCall(const TFunction &func, in CreateRawFunctionCall() function in sh::TIntermAggregate