Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/glslang/Include/
Dintermediate.h1074 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1087 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1695 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1696 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1074 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() function
1087 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() function
1695 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() function
1696 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() function
/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/glslang/src/glslang/MachineIndependent/
Dattribute.cpp196 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp196 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
/external/angle/src/compiler/translator/
DIntermNode.h103 virtual TIntermSwitch *getAsSwitchNode() { return nullptr; } in getAsSwitchNode() function
915 TIntermSwitch *getAsSwitchNode() override { return this; } in getAsSwitchNode() function
DOutputGLSLBase.cpp41 else if (node->getAsSwitchNode()) in isSingleStatement()
DOutputHLSL.cpp2120 statement->getAsSwitchNode() == nullptr && in visitBlock()