Home
last modified time | relevance | path

Searched defs:TIntermAggregate (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.h17 class TIntermAggregate; variable
DReplaceVariable.h21 class TIntermAggregate; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.h17 class TIntermAggregate; variable
DNodeType.h116 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
Dintermediate.h245 class TIntermAggregate; variable
541 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; } in TIntermAggregate() function
542TIntermAggregate(TOperator o) : TIntermOperator(o), userDefined(false) { endLine = { 0, 0, 0, 0 };… in TIntermAggregate() function
710 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSkippingTraverser.h34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } in visitAggregate() argument
/third_party/glslang/glslang/MachineIndependent/
Dreflection.h54 class TIntermAggregate; variable
Dattribute.h124 class TIntermAggregate; variable
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp249 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
DIntermNode.h39 class TIntermAggregate; variable
DIntermNode.cpp538 TIntermAggregate::TIntermAggregate(const TFunction *func, in TIntermAggregate() function in sh::TIntermAggregate
1010 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node) in TIntermAggregate() function in sh::TIntermAggregate
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp249 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
DIntermNode.h39 class TIntermAggregate; variable
DIntermNode.cpp627 TIntermAggregate::TIntermAggregate(const TFunction *func, in TIntermAggregate() function in sh::TIntermAggregate
1163 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node) in TIntermAggregate() function in sh::TIntermAggregate
/third_party/glslang/glslang/Include/
Dintermediate.h1040 class TIntermAggregate; variable
1613 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function
1614 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function
1756 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument