OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TDependencyGraphBuilder
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.cpp
9
void
TDependencyGraphBuilder
::build(TIntermNode* node, TDependencyGraph* graph)
11
TDependencyGraphBuilder
builder(graph);
15
bool
TDependencyGraphBuilder
::visitAggregate(Visit visit, TIntermAggregate* intermAggregate)
26
void
TDependencyGraphBuilder
::visitFunctionDefinition(TIntermAggregate* intermAggregate)
37
void
TDependencyGraphBuilder
::visitFunctionCall(TIntermAggregate* intermFunctionCall)
69
void
TDependencyGraphBuilder
::visitAggregateChildren(TIntermAggregate* intermAggregate)
79
void
TDependencyGraphBuilder
::visitSymbol(TIntermSymbol* intermSymbol)
94
bool
TDependencyGraphBuilder
::visitBinary(Visit visit, TIntermBinary* intermBinary)
107
void
TDependencyGraphBuilder
::visitAssignment(TIntermBinary* intermAssignment)
147
void
TDependencyGraphBuilder
::visitLogicalOp(TIntermBinary* intermLogicalOp
[
all
...]
DependencyGraphBuilder.h
16
class
TDependencyGraphBuilder
: public TIntermTraverser {
105
TNodeSetMaintainer(
TDependencyGraphBuilder
* factory)
119
TNodeSetPropagatingMaintainer(
TDependencyGraphBuilder
* factory)
132
// During traversal, the
TDependencyGraphBuilder
will replace kLeftSubtree with a real symbol.
138
TLeftmostSymbolMaintainer(
TDependencyGraphBuilder
* factory, TGraphSymbol& subtree)
157
TDependencyGraphBuilder
(TDependencyGraph* graph)
DependencyGraph.cpp
14
TDependencyGraphBuilder
::build(intermNode, this);
Completed in 551 milliseconds