Searched defs:TIntermAggregate (Results  1 – 14 of 14) sorted by relevance
| /external/angle/src/compiler/translator/tree_util/ | 
| D | IntermNodePatternMatcher.h | 17 class TIntermAggregate;  variable
 | 
| /external/angle/src/compiler/translator/msl/ | 
| 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/deqp-deps/glslang/glslang/MachineIndependent/ | 
| D | reflection.h | 54 class TIntermAggregate;  variable
 | 
| D | attribute.h | 125     class TIntermAggregate;  variable
 | 
| /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/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 | 635 TIntermAggregate::TIntermAggregate(const TFunction *func,  in TIntermAggregate()  function in sh::TIntermAggregate1171 TIntermAggregate::TIntermAggregate(const TIntermAggregate &node)  in TIntermAggregate()  function in sh::TIntermAggregate
 
 | 
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ | 
| D | intermediate.h | 1109 class TIntermAggregate;  variable1698     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
 
 | 
| D | Types.h | 53 class TIntermAggregate;  variable
 | 
| /external/deqp-deps/glslang/glslang/Include/ | 
| D | intermediate.h | 1105 class TIntermAggregate;  variable1694     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
 
 | 
| D | Types.h | 53 class TIntermAggregate;  variable
 |