Searched defs:TIntermAggregate (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | IntermNodePatternMatcher.h | 17 class TIntermAggregate; variable
|
/aosp_15_r20/external/angle/src/compiler/translator/msl/ |
H A D | SkippingTraverser.h | 34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } in visitAggregate() argument
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | reflection.h | 52 class TIntermAggregate; variable
|
H A D | attribute.h | 127 class TIntermAggregate; variable
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.h | 52 class TIntermAggregate; variable
|
D | attribute.h | 127 class TIntermAggregate; variable
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | NodeType.h | 114 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
|
H A D | ValidateSwitch.cpp | 249 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
|
H A D | IntermNode.cpp | 651 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 D | IntermNode.h | 39 class TIntermAggregate; variable
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/ |
H A D | intermediate.h | 970 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 D | Types.h | 53 class TIntermAggregate; variable
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1123 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
|
D | Types.h | 53 class TIntermAggregate; variable
|