Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DIntermTraverse.cpp118 visit = it->visitAggregate(PreVisit, this); in traverse()
133 visit = it->visitAggregate(InVisit, this); in traverse()
146 visit = it->visitAggregate(InVisit, this); in traverse()
155 it->visitAggregate(PostVisit, this); in traverse()
DDetectDiscontinuity.h27 bool visitAggregate(Visit visit, TIntermAggregate *node);
43 bool visitAggregate(Visit visit, TIntermAggregate *node);
DRemoveTree.cpp27 bool visitAggregate(Visit visit, TIntermAggregate*);
49 bool RemoveTree::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in RemoveTree
DDetectDiscontinuity.cpp66 bool DetectLoopDiscontinuity::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in sh::DetectLoopDiscontinuity
103 bool DetectGradientOperation::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in sh::DetectGradientOperation
DRenameFunction.h23 virtual bool visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function
DVersionGLSL.h44 virtual bool visitAggregate(Visit, TIntermAggregate*);
DInitializeGLPosition.h24 virtual bool visitAggregate(Visit visit, TIntermAggregate* node);
DVariableInfo.h37 virtual bool visitAggregate(Visit, TIntermAggregate*);
DDetectCallDepth.h31 virtual bool visitAggregate(Visit, TIntermAggregate*);
DparseConst.cpp37 bool visitAggregate(Visit visit, TIntermAggregate*);
97 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TConstTraverser
DInitializeGLPosition.cpp10 bool InitializeGLPosition::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in InitializeGLPosition
DValidateLimitations.h30 virtual bool visitAggregate(Visit, TIntermAggregate*);
DVersionGLSL.cpp69 bool TVersionGLSL::visitAggregate(Visit, TIntermAggregate* node) in visitAggregate() function in TVersionGLSL
DOutputGLSLBase.h39 virtual bool visitAggregate(Visit visit, TIntermAggregate* node);
DintermOut.cpp33 bool visitAggregate(Visit visit, TIntermAggregate*);
204 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TOutputTraverser
DDetectCallDepth.cpp86 bool DetectCallDepth::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in DetectCallDepth
DOutputHLSL.h54 bool visitAggregate(Visit visit, TIntermAggregate*);
DBuiltInFunctionEmulator.cpp214 virtual bool visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in __anon3f432abc0111::BuiltInFunctionEmulationMarker
DVariableInfo.cpp263 bool CollectVariables::visitAggregate(Visit, TIntermAggregate* node) in visitAggregate() function in CollectVariables
DValidateLimitations.cpp152 bool ValidateLimitations::visitAggregate(Visit, TIntermAggregate* node) in visitAggregate() function in ValidateLimitations
Dintermediate.h594 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() function
DOutputGLSLBase.cpp451 bool TOutputGLSLBase::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TOutputGLSLBase
DOutputHLSL.cpp1443 bool OutputHLSL::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in sh::OutputHLSL
/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraphBuilder.h23 virtual bool visitAggregate(Visit visit, TIntermAggregate*);
DDependencyGraphBuilder.cpp15 bool TDependencyGraphBuilder::visitAggregate(Visit visit, TIntermAggregate* intermAggregate) in visitAggregate() function in TDependencyGraphBuilder