Home
last modified time | relevance | path

Searched refs:CallDAG (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCallDAG.cpp7 // CallDAG.h: Implements a call graph DAG of functions to be re-used accross
11 #include "compiler/translator/CallDAG.h"
20 // The CallDAGCreator does all the processing required to create the CallDAG
22 class CallDAG::CallDAGCreator : public TIntermTraverser
150 // would be prettier but since the CallDAG creation runs before the limiting of the in assignIndicesInternal()
152 // CallDAG). in assignIndicesInternal()
259 // CallDAG
261 CallDAG::CallDAG() {} in CallDAG() function in sh::CallDAG
263 CallDAG
[all...]
H A DASTMetadataHLSL.cpp11 #include "compiler/translator/CallDAG.h"
28 PullGradient(MetadataList *metadataList, size_t index, const CallDAG &dag) in PullGradient()
108 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex);
132 const CallDAG &mDag;
151 const CallDAG &dag) in PullComputeDiscontinuousAndGradientLoops()
276 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex);
305 const CallDAG &mDag;
315 PushDiscontinuousLoops(MetadataList *metadataList, size_t index, const CallDAG &dag) in PushDiscontinuousLoops()
354 ASSERT(calleeIndex != CallDAG::InvalidIndex && calleeIndex < mIndex);
369 const CallDAG
[all...]
H A DCallDAG.h7 // CallDAG.h: Defines a call graph DAG of functions to be re-used accross
36 class CallDAG : angle::NonCopyable class
39 CallDAG();
40 ~CallDAG();
H A DASTMetadataHLSL.h18 class CallDAG;
58 MetadataList CreateASTMetadataHLSL(TIntermNode *root, const CallDAG &callDag);
H A DCompiler.cpp13 #include "compiler/translator/CallDAG.h"
66 bool IsTopLevelNodeUnusedFunction(const CallDAG &callDag, in IsTopLevelNodeUnusedFunction()
90 if (callDagIndex == CallDAG::InvalidIndex) in IsTopLevelNodeUnusedFunction()
1394 case CallDAG::INITDAG_SUCCESS: in initCallDag()
1396 case CallDAG::INITDAG_RECURSION: in initCallDag()
1397 case CallDAG::INITDAG_UNDEFINED: in initCallDag()
1414 const CallDAG::Record &record = mCallDag.getRecordFromIndex(i); in checkCallDepth()
H A DCompiler.h21 #include "compiler/translator/CallDAG.h"
296 CallDAG mCallDag;
H A DOutputHLSL.h226 CallDAG mCallDag;
H A DOutputHLSL.cpp424 CallDAG::InitResult success = mCallDag.init(treeRoot, nullptr); in output()
425 ASSERT(success == CallDAG::INITDAG_SUCCESS); in output()
2180 ASSERT(index != CallDAG::InvalidIndex); in visitFunctionDefinition()
2337 if (index == CallDAG::InvalidIndex) in visitFunctionPrototype()
2396 ASSERT(index != CallDAG::InvalidIndex); in visitAggregate()

Completed in 9 milliseconds