Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DSkippingTraverser.h31 bool visitSwitch(Visit, TIntermSwitch *) { return false; } in visitSwitch() argument
/aosp_15_r20/external/angle/src/compiler/translator/
H A DNodeType.h96 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
H A DValidateSwitch.cpp172 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
H A DName.cpp179 bool visitSwitch(Visit, TIntermSwitch *) override in visitSwitch() argument
H A DIntermNode.cpp1651 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch() function in sh::TIntermSwitch
1658 TIntermSwitch::TIntermSwitch(const TIntermSwitch &node) in TIntermSwitch() function in sh::TIntermSwitch
H A DIntermNode.h51 class TIntermSwitch; variable
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h975 class TIntermSwitch; variable
1649 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() function
1717 virtual bool visitSwitch(TVisit, TIntermSwitch*) { return true; } in visitSwitch() argument
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1128 class TIntermSwitch; variable
1780 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() function
1848 virtual bool visitSwitch(TVisit, TIntermSwitch*) { return true; } in visitSwitch() argument