Searched refs:switchNode (Results 1 – 3 of 3) sorted by relevance
9115 TIntermSwitch* switchNode = new TIntermSwitch(expression, body); in addSwitch() local9116 switchNode->setLoc(loc); in addSwitch()9117 handleSwitchAttributes(loc, switchNode, attributes); in addSwitch()9119 return switchNode; in addSwitch()
7799 TIntermSwitch* switchNode = new TIntermSwitch(expression, body); in addSwitch() local7800 switchNode->setLoc(loc); in addSwitch()7802 return switchNode; in addSwitch()
1057 …Mask TGlslangToSpvTraverser::TranslateSwitchControl(const glslang::TIntermSwitch& switchNode) const in TranslateSwitchControl()1059 if (switchNode.getFlatten()) in TranslateSwitchControl()1061 if (switchNode.getDontFlatten()) in TranslateSwitchControl()