Home
last modified time | relevance | path

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

/external/angle/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
/external/angle/src/compiler/translator/tree_util/
DNodeType.h98 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
/external/angle/src/compiler/translator/
DValidateSwitch.cpp172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
DIntermNode.h51 class TIntermSwitch; variable
DIntermNode.cpp1628 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch() function in sh::TIntermSwitch
1635 TIntermSwitch::TIntermSwitch(const TIntermSwitch &node) in TIntermSwitch() function in sh::TIntermSwitch
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1062 class TIntermSwitch; variable
1730 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() function
1798 virtual bool visitSwitch(TVisit, TIntermSwitch*) { return true; } in visitSwitch() argument
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1062 class TIntermSwitch; variable
1730 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() function
1798 virtual bool visitSwitch(TVisit, TIntermSwitch*) { return true; } in visitSwitch() argument