Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp207 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes() function in glslang::TParseContext
DParseHelper.h426 void handleLoopAttributes(const TAttributes& attributes, TIntermNode*);
Dglslang.y3556 parseContext.handleLoopAttributes(*$1, $2);
Dglslang_tab.cpp9846 … parseContext.handleLoopAttributes(*(yyvsp[-1].interm.attributes), (yyvsp[0].interm.intermNode)); in yyparse()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h206 void handleLoopAttributes(const TSourceLoc& loc, TIntermLoop*, const TAttributes& attributes);
DhlslGrammar.cpp3832 parseContext.handleLoopAttributes(loc, loopNode, attributes); in acceptIterationStatement()
DhlslParseHelper.cpp8927 void HlslParseContext::handleLoopAttributes(const TSourceLoc& loc, TIntermLoop* loop, in handleLoopAttributes() function in glslang::HlslParseContext