Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermNodePatternMatcher.h17 class TIntermAggregate; variable
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DSkippingTraverser.h34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } in visitAggregate() argument
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.h52 class TIntermAggregate; variable
H A Dattribute.h127 class TIntermAggregate; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h52 class TIntermAggregate; variable
Dattribute.h127 class TIntermAggregate; variable
/aosp_15_r20/external/angle/src/compiler/translator/
H A DNodeType.h114 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
H A DValidateSwitch.cpp249 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
H A DIntermNode.cpp651 TIntermAggregate::TIntermAggregate(const TFunction *func, in TIntermAggregate() function in sh::TIntermAggregate
1186 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node) in TIntermAggregate() function in sh::TIntermAggregate
H A DIntermNode.h39 class TIntermAggregate; variable
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h970 class TIntermAggregate; variable
1549 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { in TIntermAggregate() function
1552 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { in TIntermAggregate() function
1714 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
H A DTypes.h53 class TIntermAggregate; variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1123 class TIntermAggregate; variable
1691 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function
1692 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function
1845 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
DTypes.h53 class TIntermAggregate; variable