Home
last modified time | relevance | path

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

12

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

12