HomeSort by relevance Sort by last modified time
    Searched refs:visitAggregate (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/angle/src/compiler/translator/
VersionGLSL.h 41 virtual bool visitAggregate(Visit, TIntermAggregate *);
DetectDiscontinuity.h 27 bool visitAggregate(Visit visit, TIntermAggregate *node);
43 bool visitAggregate(Visit visit, TIntermAggregate *node);
RegenerateStructNames.h 26 virtual bool visitAggregate(Visit, TIntermAggregate *);
RenameFunction.h 23 virtual bool visitAggregate(Visit visit, TIntermAggregate* node)
ScalarizeVecAndMatConstructorArgs.h 22 virtual bool visitAggregate(Visit visit, TIntermAggregate *node);
DetectDiscontinuity.cpp 66 bool DetectLoopDiscontinuity::visitAggregate(Visit visit, TIntermAggregate *node)
103 bool DetectGradientOperation::visitAggregate(Visit visit, TIntermAggregate *node)
DetectCallDepth.h 29 virtual bool visitAggregate(Visit, TIntermAggregate*);
InitializeVariables.h 41 virtual bool visitAggregate(Visit visit, TIntermAggregate* node);
IntermTraverse.cpp 118 visit = it->visitAggregate(PreVisit, this);
134 visit = it->visitAggregate(InVisit, this);
148 visit = it->visitAggregate(InVisit, this);
157 it->visitAggregate(PostVisit, this);
ValidateLimitations.h 23 virtual bool visitAggregate(Visit, TIntermAggregate *);
RegenerateStructNames.cpp 61 bool RegenerateStructNames::visitAggregate(Visit, TIntermAggregate *aggregate)
VariableInfo.h 29 virtual bool visitAggregate(Visit, TIntermAggregate *node);
VersionGLSL.cpp 49 bool TVersionGLSL::visitAggregate(Visit, TIntermAggregate *node)
RewriteElseBlocks.cpp 26 bool visitAggregate(Visit visit, TIntermAggregate *aggregate);
63 bool ElseBlockRewriter::visitAggregate(Visit visit, TIntermAggregate *node)
OutputGLSLBase.h 40 virtual bool visitAggregate(Visit visit, TIntermAggregate *node);
InitializeVariables.cpp 41 bool InitializeVariables::visitAggregate(Visit visit, TIntermAggregate *node)
OutputHLSL.h 52 bool visitAggregate(Visit visit, TIntermAggregate*);
parseConst.cpp 40 bool visitAggregate(Visit visit, TIntermAggregate *);
100 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate *node)
BuiltInFunctionEmulator.cpp 214 virtual bool visitAggregate(Visit visit, TIntermAggregate* node)
DetectCallDepth.cpp 86 bool DetectCallDepth::visitAggregate(Visit visit, TIntermAggregate* node)
intermOut.cpp 39 bool visitAggregate(Visit visit, TIntermAggregate *);
275 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate *node)
ScalarizeVecAndMatConstructorArgs.cpp 74 bool ScalarizeVecAndMatConstructorArgs::visitAggregate(Visit visit, TIntermAggregate *node)
IntermNode.h 706 virtual bool visitAggregate(Visit, TIntermAggregate *) { return true; }
762 virtual bool visitAggregate(Visit, TIntermAggregate *) { return depthCheck(); }
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.h 24 virtual bool visitAggregate(Visit visit, TIntermAggregate *);
DependencyGraphBuilder.cpp 15 bool TDependencyGraphBuilder::visitAggregate(

Completed in 946 milliseconds

1 2