Searched refs:newFunction (Results 1 – 2 of 2) sorted by relevance
231 TFunction **newFunction = &(*functionInstantiations)[function->name()][instantiation]; in GenerateFunctionFromArguments() local233 if (!*newFunction) in GenerateFunctionFromArguments()235 *newFunction = in GenerateFunctionFromArguments()238 (*functionMap)[*newFunction] = function; in GenerateFunctionFromArguments()255 (*newFunction)->addParameter(param); in GenerateFunctionFromArguments()258 return *newFunction; in GenerateFunctionFromArguments()439 TFunction *newFunction = createStructSamplerFunction(function); in visitFunctionPrototype() local440 mSymbolTable->declareUserDefinedFunction(newFunction, true); in visitFunctionPrototype()441 function = newFunction; in visitFunctionPrototype()480 TFunction *newFunction = GenerateFunctionFromArguments( in visitAggregate() local[all …]
181 TFunction *newFunction = createStructSamplerFunction(function); in visitFunctionPrototype() local182 mSymbolTable->declareUserDefinedFunction(newFunction, true); in visitFunctionPrototype()183 function = newFunction; in visitFunctionPrototype()220 TFunction *newFunction = mSymbolTable->findUserDefinedFunction(function->name()); in visitAggregate() local224 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate()