Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dattribute.cpp196 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes() function in glslang::TParseContext
DParseHelper.h479 void handleSwitchAttributes(const TAttributes& attributes, TIntermNode*);
Dglslang.y3885 parseContext.handleSwitchAttributes(*$1, $2);
Dglslang_tab.cpp11464 … parseContext.handleSwitchAttributes(*(yyvsp[-1].interm.attributes), (yyvsp[0].interm.intermNode)); in yyparse()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h210 … void handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch*, const TAttributes& attributes);
DhlslParseHelper.cpp9212 void HlslParseContext::handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch* selection, in handleSwitchAttributes() function in glslang::HlslParseContext
9426 handleSwitchAttributes(loc, switchNode, attributes); in addSwitch()