Home
last modified time | relevance | path

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

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