Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp149 void TParseContext::handleSelectionAttributes(const TAttributes& attributes, TIntermNode* node) in handleSelectionAttributes() function in glslang::TParseContext
DParseHelper.h422 void handleSelectionAttributes(const TAttributes& attributes, TIntermNode*);
Dglslang.y3449 parseContext.handleSelectionAttributes(*$1, $2);
Dglslang_tab.cpp9687 …parseContext.handleSelectionAttributes(*(yyvsp[-1].interm.attributes), (yyvsp[0].interm.intermNode… in yyparse()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h202 …void handleSelectionAttributes(const TSourceLoc& loc, TIntermSelection*, const TAttributes& attrib…
DhlslGrammar.cpp3655 parseContext.handleSelectionAttributes(loc, statement->getAsSelectionNode(), attributes); in acceptSelectionStatement()
DhlslParseHelper.cpp8879 void HlslParseContext::handleSelectionAttributes(const TSourceLoc& loc, TIntermSelection* selection, in handleSelectionAttributes() function in glslang::HlslParseContext