Searched defs:TIntermAggregate (Results 1 – 5 of 5) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | attribute.h | 77 class TIntermAggregate; variable
|
D | reflection.h | 52 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/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 996 class TIntermAggregate; variable 1532 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false), pragmaTable(nullptr) { } in TIntermAggregate() function 1533 TIntermAggregate(TOperator o) : TIntermOperator(o), pragmaTable(nullptr) { } in TIntermAggregate() function 1675 virtual bool visitAggregate(TVisit, TIntermAggregate*) { return true; } in visitAggregate() argument
|