Searched refs:TDependencyGraphBuilder (Results 1 – 3 of 3) sorted by relevance
9 void TDependencyGraphBuilder::build(TIntermNode* node, TDependencyGraph* graph) in build()11 TDependencyGraphBuilder builder(graph); in build()15 bool TDependencyGraphBuilder::visitAggregate(Visit visit, TIntermAggregate* intermAggregate) in visitAggregate()26 void TDependencyGraphBuilder::visitFunctionDefinition(TIntermAggregate* intermAggregate) in visitFunctionDefinition()37 void TDependencyGraphBuilder::visitFunctionCall(TIntermAggregate* intermFunctionCall) in visitFunctionCall()69 void TDependencyGraphBuilder::visitAggregateChildren(TIntermAggregate* intermAggregate) in visitAggregateChildren()79 void TDependencyGraphBuilder::visitSymbol(TIntermSymbol* intermSymbol) in visitSymbol()94 bool TDependencyGraphBuilder::visitBinary(Visit visit, TIntermBinary* intermBinary) in visitBinary()107 void TDependencyGraphBuilder::visitAssignment(TIntermBinary* intermAssignment) in visitAssignment()147 void TDependencyGraphBuilder::visitLogicalOp(TIntermBinary* intermLogicalOp) in visitLogicalOp()[all …]
16 class TDependencyGraphBuilder : public TIntermTraverser {105 TNodeSetMaintainer(TDependencyGraphBuilder* factory) in TNodeSetMaintainer()119 TNodeSetPropagatingMaintainer(TDependencyGraphBuilder* factory) in TNodeSetPropagatingMaintainer()138 TLeftmostSymbolMaintainer(TDependencyGraphBuilder* factory, TGraphSymbol& subtree) in TLeftmostSymbolMaintainer()157 TDependencyGraphBuilder(TDependencyGraph* graph) in TDependencyGraphBuilder() function
14 TDependencyGraphBuilder::build(intermNode, this); in TDependencyGraph()