Home
last modified time | relevance | path

Searched refs:checkIsValidArraySize (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
Dglslang.y990 unsigned int size = context->checkIsValidArraySize(@1, $2);
1003 unsigned int size = context->checkIsValidArraySize(@2, $3);
DParseContext.h136 unsigned int checkIsValidArraySize(const TSourceLoc &line, TIntermTyped *expr);
Dglslang_tab_autogen.cpp3907 context->checkIsValidArraySize((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode)); in yyparse()
3932 context->checkIsValidArraySize((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode)); in yyparse()
DParseContext.cpp1064 unsigned int TParseContext::checkIsValidArraySize(const TSourceLoc &line, TIntermTyped *expr) in checkIsValidArraySize() function in sh::TParseContext