Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp159 spv::SelectionControlMask TranslateSwitchControl(const glslang::TIntermSwitch&) const;
1144 spv::SelectionControlMask TGlslangToSpvTraverser::TranslateSwitchControl(const glslang::TIntermSwit… in TranslateSwitchControl() function in __anon8cc894d10111::TGlslangToSpvTraverser
3305 const spv::SelectionControlMask control = TranslateSwitchControl(*node); in visitSwitch()