Home | History | Annotate | Download | only in hlsl

Lines Matching refs:switchNode

9115     TIntermSwitch* switchNode = new TIntermSwitch(expression, body);
9116 switchNode->setLoc(loc);
9117 handleSwitchAttributes(loc, switchNode, attributes);
9119 return switchNode;