Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlimits.cpp108 bool TInductiveTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() function in glslang::TInductiveTraverser
175 bool TIndexTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() function in glslang::TIndexTraverser
DRemoveTree.cpp67 virtual bool visitAggregate(TVisit /* visit*/ , TIntermAggregate* node) in visitAggregate() function
DLiveTraverser.h88 virtual bool visitAggregate(TVisit, TIntermAggregate* node) in visitAggregate() function
DparseConst.cpp71 bool TConstTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() function in glslang::TConstTraverser
DpropagateNoContraction.cpp291 bool TSymbolDefinitionCollectingTraverser::visitAggregate(glslang::TVisit, in visitAggregate() function in __anon42a695410111::TSymbolDefinitionCollectingTraverser
662 bool visitAggregate(glslang::TVisit, glslang::TIntermAggregate* node) override in visitAggregate() function in __anon42a695410111::TNoContractionPropagator
DintermOut.cpp695 bool TOutputTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() function in glslang::TOutputTraverser
DIntermediate.cpp3858 bool visitAggregate(TVisit, TIntermAggregate* ag) override { in visitAggregate() function
/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() function in ValidateSwitch
DintermOut.cpp245 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TOutputTraverser
DAnalyzeCallDepth.cpp165 bool AnalyzeCallDepth::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in AnalyzeCallDepth
DparseConst.cpp102 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TConstTraverser
DValidateLimitations.cpp145 bool ValidateLimitations::visitAggregate(Visit, TIntermAggregate* node) in visitAggregate() function in ValidateLimitations
DOutputASM.cpp1257 bool OutputASM::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in glsl::OutputASM
3994 bool LoopUnrollable::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in glsl::LoopUnrollable
Dintermediate.h710 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() function
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2000 bool TGlslangToSpvTraverser::visitAggregate(glslang::TVisit visit, glslang::TIntermAggregate* node) in visitAggregate() function in __anon1edc1cdb0111::TGlslangToSpvTraverser
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1675 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4755 void IvarLayoutBuilder::visitAggregate(Iterator begin, Iterator end, in visitAggregate() function in IvarLayoutBuilder