Home
last modified time | relevance | path

Searched refs:mCurrentFunction (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.cpp28 mCurrentFunction(nullptr), in CallDAGCreator()
104 mCurrentFunction = &mFunctions[node->getFunction()->uniqueId().get()];
107 ASSERT(mCurrentFunction->name == "" ||
108 mCurrentFunction->name == node->getFunction()->name());
109 mCurrentFunction->name = node->getFunction()->name();
110 mCurrentFunction->definitionNode = node;
113 mCurrentFunction = nullptr;
119 ASSERT(mCurrentFunction == nullptr);
138 if (mCurrentFunction)
140 mCurrentFunction
255 CreatorFunctionData *mCurrentFunction; global() member in sh::CallDAG::CallDAGCreator
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp430 mCurrentFunction = node->getFunction();
432 for (size_t paramIndex = 0; paramIndex < mCurrentFunction->getParamCount(); ++paramIndex)
434 ObjectAndAccessChain param = {mCurrentFunction->getParam(paramIndex), {}};
444 mCurrentFunction->getReturnType().isPrecise())
478 const TFunction *mCurrentFunction = nullptr; member in sh::__anon19885::InfoGatherTraverser

Completed in 4 milliseconds