Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.h77 class TIntermAggregate; variable
Dreflection.h52 class TIntermAggregate; variable
/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
Dintermediate.h245 class TIntermAggregate; variable
541 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; } in TIntermAggregate() function
542TIntermAggregate(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/
Dintermediate.h996 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