Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.h17 class TIntermAggregate; variable
/external/angle/src/compiler/translator/msl/
DSkippingTraverser.h34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } in visitAggregate() argument
DNodeType.h116 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h54 class TIntermAggregate; variable
Dattribute.h125 class TIntermAggregate; variable
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dreflection.h54 class TIntermAggregate; variable
Dattribute.h125 class TIntermAggregate; variable
/external/angle/src/compiler/translator/
DValidateSwitch.cpp249 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
DIntermNode.h39 class TIntermAggregate; variable
DIntermNode.cpp635 TIntermAggregate::TIntermAggregate(const TFunction *func, in TIntermAggregate() function in sh::TIntermAggregate
1171 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node) in TIntermAggregate() function in sh::TIntermAggregate
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1109 class TIntermAggregate; variable
1698 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function
1699 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function
1852 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
DTypes.h53 class TIntermAggregate; variable
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1105 class TIntermAggregate; variable
1694 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function
1695 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function
1848 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
DTypes.h53 class TIntermAggregate; variable