Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y989 unsigned int size = context->checkIsValidArraySize(@1, $2);
1002 unsigned int size = context->checkIsValidArraySize(@2, $3);
DParseContext.h136 unsigned int checkIsValidArraySize(const TSourceLoc &line, TIntermTyped *expr);
Dglslang_tab_autogen.cpp3906 context->checkIsValidArraySize((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode)); in yyparse()
3931 context->checkIsValidArraySize((yylsp[-2]), (yyvsp[-1].interm.intermTypedNode)); in yyparse()
DParseContext.cpp1040 unsigned int TParseContext::checkIsValidArraySize(const TSourceLoc &line, TIntermTyped *expr) in checkIsValidArraySize() function in sh::TParseContext