Searched refs:handleLoopAttributes (Results 1 – 7 of 7) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 207 void TParseContext::handleLoopAttributes(const TAttributes& attributes, TIntermNode* node) in handleLoopAttributes() function in glslang::TParseContext
|
D | ParseHelper.h | 426 void handleLoopAttributes(const TAttributes& attributes, TIntermNode*);
|
D | glslang.y | 3556 parseContext.handleLoopAttributes(*$1, $2);
|
D | glslang_tab.cpp | 9846 … parseContext.handleLoopAttributes(*(yyvsp[-1].interm.attributes), (yyvsp[0].interm.intermNode)); in yyparse()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 206 void handleLoopAttributes(const TSourceLoc& loc, TIntermLoop*, const TAttributes& attributes);
|
D | hlslGrammar.cpp | 3832 parseContext.handleLoopAttributes(loc, loopNode, attributes); in acceptIterationStatement()
|
D | hlslParseHelper.cpp | 8927 void HlslParseContext::handleLoopAttributes(const TSourceLoc& loc, TIntermLoop* loop, in handleLoopAttributes() function in glslang::HlslParseContext
|