/external/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 255 class TIntermSwitch; variable 286 virtual TIntermSwitch *getAsSwitchNode() { return 0; } in getAsSwitchNode() 637 class TIntermSwitch : public TIntermNode 640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList) in TIntermSwitch() function 646 TIntermSwitch *getAsSwitchNode() { return this; } in getAsSwitchNode() 713 virtual bool visitSwitch(Visit, TIntermSwitch*) { return true; } in visitSwitch() argument
|
D | AnalyzeCallDepth.h | 30 virtual bool visitSwitch(Visit, TIntermSwitch*);
|
D | ValidateSwitch.h | 36 bool visitSwitch(Visit, TIntermSwitch *) override;
|
D | localintermediate.h | 44 …TIntermSwitch *addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &li…
|
D | glslang_tab.h | 207 TIntermSwitch* intermSwitch;
|
D | ValidateSwitch.cpp | 86 bool ValidateSwitch::visitSwitch(Visit, TIntermSwitch *) in visitSwitch() argument
|
D | IntermTraverse.cpp | 225 void TIntermSwitch::traverse(TIntermTraverser *it) in traverse()
|
D | AnalyzeCallDepth.cpp | 121 bool AnalyzeCallDepth::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch()
|
D | ParseHelper.h | 224 …TIntermSwitch *addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &lo…
|
D | OutputASM.h | 266 bool visitSwitch(Visit, TIntermSwitch*) override;
|
D | Intermediate.cpp | 689 TIntermSwitch *TIntermediate::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch() 691 TIntermSwitch *node = new TIntermSwitch(init, statementList); in addSwitch()
|
D | ParseHelper.cpp | 3282 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch() 3304 TIntermSwitch *node = intermediate.addSwitch(init, statementList, loc); in addSwitch()
|
D | glslang.y | 87 TIntermSwitch* intermSwitch;
|
D | glslang_tab.cpp | 294 TIntermSwitch* intermSwitch;
|
D | OutputASM.cpp | 1992 bool OutputASM::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1001 class TIntermSwitch; variable 1030 virtual glslang::TIntermSwitch* getAsSwitchNode() { return 0; } in getAsSwitchNode() 1043 virtual const glslang::TIntermSwitch* getAsSwitchNode() const { return 0; } in getAsSwitchNode() 1608 class TIntermSwitch : public TIntermNode { 1610 TIntermSwitch(TIntermTyped* cond, TIntermAggregate* b) : condition(cond), body(b), in TIntermSwitch() function 1615 virtual TIntermSwitch* getAsSwitchNode() { return this; } in getAsSwitchNode() 1616 virtual const TIntermSwitch* getAsSwitchNode() const { return this; } in getAsSwitchNode() 1678 virtual bool visitSwitch(TVisit, TIntermSwitch*) { return true; } in visitSwitch() argument
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | RemoveTree.cpp | 81 virtual bool visitSwitch(TVisit /* visit*/ , TIntermSwitch* node) in visitSwitch()
|
D | attribute.cpp | 180 TIntermSwitch* selection = node->getAsSwitchNode(); in handleSwitchAttributes()
|
D | IntermTraverse.cpp | 279 void TIntermSwitch::traverse(TIntermTraverser* it) in traverse()
|
D | intermOut.cpp | 112 virtual bool visitSwitch(TVisit, TIntermSwitch* node); 1375 bool TOutputTraverser::visitSwitch(TVisit /* visit */, TIntermSwitch* node) in visitSwitch()
|
D | ParseHelper.cpp | 7799 TIntermSwitch* switchNode = new TIntermSwitch(expression, body); in addSwitch()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 203 … void handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch*, const TAttributes& attributes);
|
D | hlslParseHelper.cpp | 8903 void HlslParseContext::handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch* selection, in handleSwitchAttributes() 9115 TIntermSwitch* switchNode = new TIntermSwitch(expression, body); in addSwitch()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 116 bool visitSwitch(glslang::TVisit, glslang::TIntermSwitch*); 139 spv::SelectionControlMask TranslateSwitchControl(const glslang::TIntermSwitch&) const; 1057 …rolMask TGlslangToSpvTraverser::TranslateSwitchControl(const glslang::TIntermSwitch& switchNode) c… in TranslateSwitchControl() 2663 bool TGlslangToSpvTraverser::visitSwitch(glslang::TVisit /* visit */, glslang::TIntermSwitch* node) in visitSwitch()
|