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

12

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DDetectDiscontinuity.h27 bool visitAggregate(Visit visit, TIntermAggregate *node);
43 bool visitAggregate(Visit visit, TIntermAggregate *node);
H A DVersionGLSL.h41 virtual bool visitAggregate(Visit, TIntermAggregate *);
H A DRegenerateStructNames.h26 virtual bool visitAggregate(Visit, TIntermAggregate *);
H A DRenameFunction.h23 virtual bool visitAggregate(Visit visit, TIntermAggregate* node) function in class:RenameFunction
H A DScalarizeVecAndMatConstructorArgs.h22 virtual bool visitAggregate(Visit visit, TIntermAggregate *node);
H A DDetectDiscontinuity.cpp66 bool DetectLoopDiscontinuity::visitAggregate(Visit visit, TIntermAggregate *node) function in class:sh::DetectLoopDiscontinuity
103 bool DetectGradientOperation::visitAggregate(Visit visit, TIntermAggregate *node) function in class:sh::DetectGradientOperation
H A DDetectCallDepth.h29 virtual bool visitAggregate(Visit, TIntermAggregate*);
H A DInitializeVariables.h41 virtual bool visitAggregate(Visit visit, TIntermAggregate* node);
H A DIntermTraverse.cpp118 visit = it->visitAggregate(PreVisit, this);
134 visit = it->visitAggregate(InVisit, this);
148 visit = it->visitAggregate(InVisit, this);
157 it->visitAggregate(PostVisit, this);
H A DRegenerateStructNames.cpp61 bool RegenerateStructNames::visitAggregate(Visit, TIntermAggregate *aggregate) function in class:RegenerateStructNames
H A DValidateLimitations.h23 virtual bool visitAggregate(Visit, TIntermAggregate *);
H A DVariableInfo.h29 virtual bool visitAggregate(Visit, TIntermAggregate *node);
H A DVersionGLSL.cpp49 bool TVersionGLSL::visitAggregate(Visit, TIntermAggregate *node) function in class:TVersionGLSL
H A DRewriteElseBlocks.cpp26 bool visitAggregate(Visit visit, TIntermAggregate *aggregate);
63 bool ElseBlockRewriter::visitAggregate(Visit visit, TIntermAggregate *node) function in class:sh::__anon11538::ElseBlockRewriter
H A DOutputGLSLBase.h40 virtual bool visitAggregate(Visit visit, TIntermAggregate *node);
H A DInitializeVariables.cpp41 bool InitializeVariables::visitAggregate(Visit visit, TIntermAggregate *node) function in class:InitializeVariables
H A DparseConst.cpp40 bool visitAggregate(Visit visit, TIntermAggregate *);
100 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate *node) function in class:TConstTraverser
H A DBuiltInFunctionEmulator.cpp214 virtual bool visitAggregate(Visit visit, TIntermAggregate* node) function in class:__anon11528::BuiltInFunctionEmulationMarker
H A DDetectCallDepth.cpp86 bool DetectCallDepth::visitAggregate(Visit visit, TIntermAggregate* node) function in class:DetectCallDepth
H A DOutputHLSL.h52 bool visitAggregate(Visit visit, TIntermAggregate*);
H A DintermOut.cpp39 bool visitAggregate(Visit visit, TIntermAggregate *);
275 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate *node) function in class:TOutputTraverser
H A DScalarizeVecAndMatConstructorArgs.cpp74 bool ScalarizeVecAndMatConstructorArgs::visitAggregate(Visit visit, TIntermAggregate *node) function in class:ScalarizeVecAndMatConstructorArgs
H A DIntermNode.h706 virtual bool visitAggregate(Visit, TIntermAggregate *) { return true; } function in class:TIntermTraverser
762 virtual bool visitAggregate(Visit, TIntermAggregate *) { return depthCheck(); } function in class:TMaxDepthTraverser
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
H A DDependencyGraphBuilder.h24 virtual bool visitAggregate(Visit visit, TIntermAggregate *);
H A DDependencyGraphBuilder.cpp15 bool TDependencyGraphBuilder::visitAggregate( function in class:TDependencyGraphBuilder

Completed in 860 milliseconds

12