Searched defs:visitAggregate (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DRenameFunction.h23 virtual bool visitAggregate(Visit visit, TIntermAggregate* node) function in class:RenameFunction
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 DRegenerateStructNames.cpp61 bool RegenerateStructNames::visitAggregate(Visit, TIntermAggregate *aggregate) function in class:RegenerateStructNames
H A DVersionGLSL.cpp49 bool TVersionGLSL::visitAggregate(Visit, TIntermAggregate *node) function in class:TVersionGLSL
H A DInitializeVariables.cpp41 bool InitializeVariables::visitAggregate(Visit visit, TIntermAggregate *node) function in class:InitializeVariables
H A DintermOut.cpp39 bool visitAggregate(Visit visit, TIntermAggregate *);
275 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate *node) function in class:TOutputTraverser
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 DRewriteElseBlocks.cpp26 bool visitAggregate(Visit visit, TIntermAggregate *aggregate);
63 bool ElseBlockRewriter::visitAggregate(Visit visit, TIntermAggregate *node) function in class:sh::__anon11538::ElseBlockRewriter
H A DScalarizeVecAndMatConstructorArgs.cpp74 bool ScalarizeVecAndMatConstructorArgs::visitAggregate(Visit visit, TIntermAggregate *node) function in class:ScalarizeVecAndMatConstructorArgs
H A DValidateLimitations.cpp172 bool ValidateLimitations::visitAggregate(Visit, TIntermAggregate *node) function in class:ValidateLimitations
H A DVariableInfo.cpp349 bool CollectVariables::visitAggregate(Visit, TIntermAggregate *node) function in class:sh::CollectVariables
H A DparseConst.cpp40 bool visitAggregate(Visit visit, TIntermAggregate *);
100 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate *node) function in class:TConstTraverser
H A DOutputGLSLBase.cpp538 bool TOutputGLSLBase::visitAggregate(Visit visit, TIntermAggregate *node) function in class:TOutputGLSLBase
H A DOutputHLSL.cpp1815 bool OutputHLSL::visitAggregate(Visit visit, TIntermAggregate *node) function in class:sh::OutputHLSL
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.cpp15 bool TDependencyGraphBuilder::visitAggregate( function in class:TDependencyGraphBuilder

Completed in 108 milliseconds