Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DArrayReturnValueToOutParameter.cpp55 std::map<int, ChangedFunction> mChangedFunctions; member in sh::__anon2f130b720111::ArrayReturnValueToOutParameterTraverser
72 *mChangedFunctions[originalId.get()].func, &replacementArguments); in createReplacementCall()
114 if (mChangedFunctions.find(functionId.get()) == mChangedFunctions.end()) in visitFunctionPrototype()
131 mChangedFunctions[functionId.get()] = changedFunction; in visitFunctionPrototype()
134 new TIntermFunctionPrototype(mChangedFunctions[functionId.get()].func); in visitFunctionPrototype()
191 ASSERT(mChangedFunctions.find(functionId.get()) != mChangedFunctions.end()); in visitBranch()
193 new TIntermSymbol(mChangedFunctions[functionId.get()].returnValueVariable); in visitBranch()