Home
last modified time | relevance | path

Searched refs:newFunction (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp231 TFunction **newFunction = &(*functionInstantiations)[function->name()][instantiation]; in GenerateFunctionFromArguments() local
233 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() local
440 mSymbolTable->declareUserDefinedFunction(newFunction, true); in visitFunctionPrototype()
441 function = newFunction; in visitFunctionPrototype()
480 TFunction *newFunction = GenerateFunctionFromArguments( in visitAggregate() local
[all …]
DRewriteStructSamplersOld.cpp181 TFunction *newFunction = createStructSamplerFunction(function); in visitFunctionPrototype() local
182 mSymbolTable->declareUserDefinedFunction(newFunction, true); in visitFunctionPrototype()
183 function = newFunction; in visitFunctionPrototype()
220 TFunction *newFunction = mSymbolTable->findUserDefinedFunction(function->name()); in visitAggregate() local
224 TIntermAggregate::CreateFunctionCall(*newFunction, newArguments); in visitAggregate()