Home
last modified time | relevance | path

Searched refs:switchNode (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9115 TIntermSwitch* switchNode = new TIntermSwitch(expression, body); in addSwitch() local
9116 switchNode->setLoc(loc); in addSwitch()
9117 handleSwitchAttributes(loc, switchNode, attributes); in addSwitch()
9119 return switchNode; in addSwitch()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp7799 TIntermSwitch* switchNode = new TIntermSwitch(expression, body); in addSwitch() local
7800 switchNode->setLoc(loc); in addSwitch()
7802 return switchNode; in addSwitch()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1057 …Mask TGlslangToSpvTraverser::TranslateSwitchControl(const glslang::TIntermSwitch& switchNode) const in TranslateSwitchControl()
1059 if (switchNode.getFlatten()) in TranslateSwitchControl()
1061 if (switchNode.getDontFlatten()) in TranslateSwitchControl()