Home
last modified time | relevance | path

Searched refs:getAsSwitchNode (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteCaseDeclarations.cpp60 if (grandparent && grandparent->getAsSwitchNode()) in visitDeclarationPre()
DIntermRebuild.cpp367 return visitSwitchPre(*originalNode.getAsSwitchNode()); in traversePre()
430 return traverseSwitchChildren(*currNode.getAsSwitchNode()); in traverseChildren()
498 return visitSwitchPost(*currNode.getAsSwitchNode()); in traversePost()
DEmitMetal.cpp2091 if (node.getAsSwitchNode()) in RequiresSemicolonTerminator()
/external/angle/src/compiler/translator/tree_util/
DAsNode.h126 return node ? node->getAsSwitchNode() : nullptr;
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1090 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1103 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1733 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1734 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1086 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1099 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1710 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1711 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp196 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function
646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dattribute.cpp198 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
/external/angle/src/compiler/translator/
DIntermNode.h103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
935 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
DOutputGLSLBase.cpp41 else if (node->getAsSwitchNode()) in isSingleStatement()
DOutputHLSL.cpp2134 statement->getAsSwitchNode() == nullptr && in visitBlock()