Searched refs:handleSwitchAttributes (Results 1 – 6 of 6) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 196 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes() function in glslang::TParseContext
|
D | ParseHelper.h | 479 void handleSwitchAttributes(const TAttributes& attributes, TIntermNode*);
|
D | glslang.y | 3885 parseContext.handleSwitchAttributes(*$1, $2);
|
D | glslang_tab.cpp | 11464 … parseContext.handleSwitchAttributes(*(yyvsp[-1].interm.attributes), (yyvsp[0].interm.intermNode)); in yyparse()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.h | 210 … void handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch*, const TAttributes& attributes);
|
D | hlslParseHelper.cpp | 9212 void HlslParseContext::handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch* selection, in handleSwitchAttributes() function in glslang::HlslParseContext 9426 handleSwitchAttributes(loc, switchNode, attributes); in addSwitch()
|