/external/deqp/framework/randomshaders/ |
D | rsgStatement.cpp | 301 state.getVariableManager().declareVariable(variable); in DeclarationStatement() 314 state.getVariableManager().declareVariable(variable); in DeclarationStatement()
|
D | rsgVariableManager.hpp | 218 void declareVariable (Variable* variable);
|
D | rsgShaderGenerator.cpp | 314 m_state.getVariableManager().declareVariable(variable); in generate()
|
D | rsgVariableManager.cpp | 301 void VariableManager::declareVariable (Variable* variable) in declareVariable() function in rsg::VariableManager
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang.y | 1020 parseContext.declareVariable($3.loc, *$3.string, $1.type); 1024 parseContext.declareVariable($3.loc, *$3.string, $1.type, $4.arraySizes); 1028 …TIntermNode* initNode = parseContext.declareVariable($3.loc, *$3.string, $1.type, $4.arraySizes, $… 1033 TIntermNode* initNode = parseContext.declareVariable($3.loc, *$3.string, $1.type, 0, $5); 1047 parseContext.declareVariable($2.loc, *$2.string, $1); 1052 parseContext.declareVariable($2.loc, *$2.string, $1, $3.arraySizes); 1056 … TIntermNode* initNode = parseContext.declareVariable($2.loc, *$2.string, $1, $3.arraySizes, $5); 1061 TIntermNode* initNode = parseContext.declareVariable($2.loc, *$2.string, $1, 0, $4); 3481 TIntermNode* initNode = parseContext.declareVariable($2.loc, *$2.string, $1, 0, $4);
|
D | ParseHelper.h | 399 …TIntermNode* declareVariable(const TSourceLoc&, TString& identifier, const TPublicType&, TArraySiz…
|
D | glslang_tab.cpp | 5325 … parseContext.declareVariable((yyvsp[0].lex).loc, *(yyvsp[0].lex).string, (yyvsp[-2].interm).type); in yyparse() 5334 …parseContext.declareVariable((yyvsp[-1].lex).loc, *(yyvsp[-1].lex).string, (yyvsp[-3].interm).type… in yyparse() 5343 …TIntermNode* initNode = parseContext.declareVariable((yyvsp[-3].lex).loc, *(yyvsp[-3].lex).string,… in yyparse() 5353 …TIntermNode* initNode = parseContext.declareVariable((yyvsp[-2].lex).loc, *(yyvsp[-2].lex).string,… in yyparse() 5374 … parseContext.declareVariable((yyvsp[0].lex).loc, *(yyvsp[0].lex).string, (yyvsp[-1].interm.type)); in yyparse() 5384 …parseContext.declareVariable((yyvsp[-1].lex).loc, *(yyvsp[-1].lex).string, (yyvsp[-2].interm.type)… in yyparse() 5393 …TIntermNode* initNode = parseContext.declareVariable((yyvsp[-3].lex).loc, *(yyvsp[-3].lex).string,… in yyparse() 5403 …TIntermNode* initNode = parseContext.declareVariable((yyvsp[-2].lex).loc, *(yyvsp[-2].lex).string,… in yyparse() 9735 …TIntermNode* initNode = parseContext.declareVariable((yyvsp[-2].lex).loc, *(yyvsp[-2].lex).string,… in yyparse()
|
D | ParseHelper.cpp | 6136 TIntermNode* TParseContext::declareVariable(const TSourceLoc& loc, TString& identifier, const TPubl… in declareVariable() function in glslang::TParseContext
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 1008 bool TParseContext::declareVariable(const TSourceLoc &line, const TString &identifier, const TType … in declareVariable() function in TParseContext 1257 if(!declareVariable(line, identifier, type, &variable)) in executeInitializer() 1466 if(!declareVariable(identifierOrTypeLocation, identifier, TType(publicType), &variable)) in parseSingleDeclaration() 1507 if(!declareVariable(identifierLocation, identifier, arrayType, &variable)) in parseSingleArrayDeclaration() 1643 if(!declareVariable(identifierLocation, identifier, TType(publicType), &variable)) in parseDeclarator() 1686 if(!declareVariable(identifierLocation, identifier, arrayType, &variable)) in parseArrayDeclarator()
|
D | ParseHelper.h | 243 …bool declareVariable(const TSourceLoc &line, const TString &identifier, const TType &type, TVariab…
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 148 …TIntermNode* declareVariable(const TSourceLoc&, const TString& identifier, TType&, TIntermTyped* i…
|
D | hlslGrammar.cpp | 491 … parseContext.declareVariable(idToken.loc, *fullName, variableType, expressionNode), in acceptDeclaration() 576 node = parseContext.declareVariable(idToken.loc, *idToken.string, type, expressionNode); in acceptControlDeclaration()
|
D | hlslParseHelper.cpp | 7706 TIntermNode* HlslParseContext::declareVariable(const TSourceLoc& loc, const TString& identifier, TT… in declareVariable() function in glslang::HlslParseContext
|