Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCallDAG.cpp65 CreatorFunctionData &data = it.second; in fillDataStructures()
87 struct CreatorFunctionData struct in sh::CallDAG::CallDAGCreator
89 CreatorFunctionData() in CreatorFunctionData() argument
93 std::set<CreatorFunctionData *> callees; argument
147 InitResult assignIndicesInternal(CreatorFunctionData *root) in assignIndicesInternal()
169 TVector<CreatorFunctionData *> functionsToProcess; in assignIndicesInternal()
178 CreatorFunctionData *function = functionsToProcess.back(); in assignIndicesInternal()
254 std::map<int, CreatorFunctionData> mFunctions;
255 CreatorFunctionData *mCurrentFunction;