Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermTraverse.cpp143 visit = it->visitAggregate(PreVisit, this); in traverse()
160 visit = it->visitAggregate(InVisit, this); in traverse()
175 visit = it->visitAggregate(InVisit, this); in traverse()
186 it->visitAggregate(PostVisit, this); in traverse()
DparseConst.cpp44 bool visitAggregate(Visit visit, TIntermAggregate*);
102 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TConstTraverser
DAnalyzeCallDepth.h31 virtual bool visitAggregate(Visit, TIntermAggregate*);
DValidateSwitch.h38 bool visitAggregate(Visit, TIntermAggregate *) override;
DValidateLimitations.h38 virtual bool visitAggregate(Visit, TIntermAggregate*);
DintermOut.cpp42 bool visitAggregate(Visit visit, TIntermAggregate*);
245 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TOutputTraverser
DValidateSwitch.cpp162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() function in ValidateSwitch
DOutputASM.h263 bool visitAggregate(Visit visit, TIntermAggregate*) override;
371 bool visitAggregate(Visit visit, TIntermAggregate *node);
DAnalyzeCallDepth.cpp165 bool AnalyzeCallDepth::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in AnalyzeCallDepth
DValidateLimitations.cpp145 bool ValidateLimitations::visitAggregate(Visit, TIntermAggregate* node) in visitAggregate() function in ValidateLimitations
Dintermediate.h710 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() function
DOutputASM.cpp1250 bool OutputASM::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in glsl::OutputASM
3907 bool LoopUnrollable::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in glsl::LoopUnrollable
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2048 void visitAggregate(Iterator begin, Iterator end,
4745 visitAggregate(RD->field_begin(), RD->field_end(), offset, in visitRecord()
4755 void IvarLayoutBuilder::visitAggregate(Iterator begin, Iterator end, in visitAggregate() function in IvarLayoutBuilder
5043 builder.visitAggregate(ivars.begin(), ivars.end(), CharUnits::Zero(), in BuildIvarLayout()