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
DNodeType.h116 bool visitAggregate(Visit, TIntermAggregate *) override in visitAggregate() argument
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSkippingTraverser.h34 bool visitAggregate(Visit, TIntermAggregate *) { return false; } 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.cpp627 TIntermAggregate::TIntermAggregate(const TFunction *func, in TIntermAggregate() function in sh::TIntermAggregate
1163 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node) in TIntermAggregate() function in sh::TIntermAggregate
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1057 class TIntermAggregate; variable
1641 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function
1642 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function
1795 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
DTypes.h53 class TIntermAggregate; variable
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1057 class TIntermAggregate; variable
1641 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function
1642 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function
1795 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
DTypes.h53 class TIntermAggregate; variable