Searched refs:FindFunctionCallNode (Results 1 – 3 of 3) sorted by relevance
33 FindFunctionCallNode(astRoot, imageStoreMangledName); in CheckImageStoreCall()60 FindFunctionCallNode(astRoot, imageLoadMangledName); in CheckImageLoadCall()
109 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionName);
337 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() function