Home
last modified time | relevance | path

Searched defs:TIntermSwitch (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp86 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
Dintermediate.h255 class TIntermSwitch; variable
640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList) in TIntermSwitch() function
713 virtual bool visitSwitch(Visit, TIntermSwitch*) { return true; } in visitSwitch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSkippingTraverser.h31 bool visitSwitch(Visit, TIntermSwitch *) { return false; } in visitSwitch() argument
DName.cpp171 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h98 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
DIntermNode.h51 class TIntermSwitch; variable
DIntermNode.cpp1627 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch() function in sh::TIntermSwitch
1634 TIntermSwitch::TIntermSwitch(const TIntermSwitch &node) in TIntermSwitch() function in sh::TIntermSwitch
/third_party/glslang/glslang/Include/
Dintermediate.h1120 class TIntermSwitch; variable
1772 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() function
1840 virtual bool visitSwitch(TVisit, TIntermSwitch*) { return true; } in visitSwitch() argument