Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h293 TIntermTyped* handleVariable(const TSourceLoc&, TSymbol* symbol, const TString* string);
Dglslang.y296 $$ = parseContext.handleVariable($1.loc, $1.symbol, $1.string);
DParseHelper.cpp287 TIntermTyped* TParseContext::handleVariable(const TSourceLoc& loc, TSymbol* symbol, const TString* … in handleVariable() function in glslang::TParseContext
Dglslang_tab.cpp4138 …(yyval.interm.intermTypedNode) = parseContext.handleVariable((yyvsp[0].lex).loc, (yyvsp[0].lex).sy… in yyparse()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h73 TIntermTyped* handleVariable(const TSourceLoc&, const TString* string);
DhlslGrammar.cpp3114 node = parseContext.handleVariable(idToken.loc, fullName); in acceptPostfixExpression()
DhlslParseHelper.cpp647 TIntermTyped* HlslParseContext::handleVariable(const TSourceLoc& loc, const TString* string) in handleVariable() function in glslang::HlslParseContext
3232 TIntermTyped* counterVar = handleVariable(loc, &counterBlockName); // find the block structure in getStructBufferCounter()