Home
last modified time | relevance | path

Searched refs:oldFunction (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DReplaceVariable.cpp69 const TFunction *oldFunction) in convertFunctionPrototype() argument
78 symbolTable, oldFunction->name(), SymbolType::UserDefined, in convertFunctionPrototype()
79 new TType(oldFunction->getReturnType()), oldFunction->isKnownToNotHaveSideEffects()); in convertFunctionPrototype()
80 for (size_t paramIndex = 0; paramIndex < oldFunction->getParamCount(); ++paramIndex) in convertFunctionPrototype()
82 const TVariable *param = oldFunction->getParam(paramIndex); in convertFunctionPrototype()
96 mReplacedFunctions[oldFunction] = replacementFunction; in convertFunctionPrototype()
DReplaceVariable.h122 const TFunction *oldFunction);
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp1180 const TFunction *oldFunction; in visitAggregate() local
1185 oldFunction = it->second; in visitAggregate()
1190 oldFunction, arguments, mSymbolTable, mPendingInstantiations, mFunctionMap, in visitAggregate()