/external/angle/src/compiler/translator/tree_util/ |
D | ReplaceVariable.h | 22 class TIntermAggregate; variable
|
D | IntermNodePatternMatcher.h | 17 class TIntermAggregate; variable
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ValidateSwitch.cpp | 162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
|
D | intermediate.h | 245 class TIntermAggregate; variable 541 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; } in TIntermAggregate() function 542 …TIntermAggregate(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
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | SkippingTraverser.h | 34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } in visitAggregate() argument
|
D | NodeType.h | 116 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | reflection.h | 54 class TIntermAggregate; variable
|
D | attribute.h | 125 class TIntermAggregate; variable
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.h | 54 class TIntermAggregate; variable
|
D | attribute.h | 124 class TIntermAggregate; variable
|
/external/angle/src/compiler/translator/ |
D | ValidateSwitch.cpp | 249 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
|
D | IntermNode.h | 39 class TIntermAggregate; variable
|
D | IntermNode.cpp | 603 TIntermAggregate::TIntermAggregate(const TFunction *func, in TIntermAggregate() function in sh::TIntermAggregate 1104 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node) in TIntermAggregate() function in sh::TIntermAggregate
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1052 class TIntermAggregate; variable 1627 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function 1628 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function 1770 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 1056 class TIntermAggregate; variable 1640 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function 1641 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function 1793 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
|
D | Types.h | 53 class TIntermAggregate; variable
|