Home
last modified time | relevance | path

Searched refs:getAsSwitchNode (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewriteCaseDeclarations.cpp60 if (grandparent && grandparent->getAsSwitchNode())
H A DEmitMetal.cpp2110 if (node.getAsSwitchNode())
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DAsNode.h126 return node ? node->getAsSwitchNode() : nullptr; in exec()
H A DIntermRebuild.cpp371 return visitSwitchPre(*originalNode.getAsSwitchNode()); in traversePre()
437 return traverseSwitchChildren(*currNode.getAsSwitchNode()); in traverseChildren()
508 return visitSwitchPost(*currNode.getAsSwitchNode()); in traversePost()
/third_party/glslang/glslang/Include/
H A Dintermediate.h1149 virtual glslang::TIntermSwitch* getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function in TIntermNode
1162 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return nullptr; } in getAsSwitchNode() function in TIntermNode
1777 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function in glslang::TIntermSwitch
1778 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function in glslang::TIntermSwitch
/third_party/glslang/glslang/MachineIndependent/
H A Dattribute.cpp198 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() function in TIntermNode
646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() function in TIntermSwitch
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.h103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function in sh::TIntermNode
948 TIntermSwitch *getAsSwitchNode() override { return this; }
H A DOutputGLSLBase.cpp41 else if (node->getAsSwitchNode()) in isSingleStatement()
H A DOutputHLSL.cpp2141 statement->getAsSwitchNode() == nullptr && in visitBlock()

Completed in 24 milliseconds