Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp178 void TParseContext::handleSwitchAttributes(const TAttributes& attributes, TIntermNode* node) in handleSwitchAttributes() function in glslang::TParseContext
DParseHelper.h423 void handleSwitchAttributes(const TAttributes& attributes, TIntermNode*);
Dglslang.y3494 parseContext.handleSwitchAttributes(*$1, $2);
Dglslang_tab.cpp9755 … parseContext.handleSwitchAttributes(*(yyvsp[-1].interm.attributes), (yyvsp[0].interm.intermNode)); in yyparse()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h203 … void handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch*, const TAttributes& attributes);
DhlslParseHelper.cpp8903 void HlslParseContext::handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch* selection, in handleSwitchAttributes() function in glslang::HlslParseContext
9117 handleSwitchAttributes(loc, switchNode, attributes); in addSwitch()