Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h97 virtual void explicitInt32Check(const TSourceLoc&, const char* op, bool builtIn = false);
Dglslang.y305 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
309 parseContext.explicitInt32Check($1.loc, "32-bit signed literal");
1587 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer", parseContext.symbolTable.atBuiltI…
1592 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer", parseContext.symbolTable.atBuil…
1764 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
1770 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
1776 …parseContext.explicitInt32Check($1.loc, "32-bit signed integer vector", parseContext.symbolTable.a…
1854 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
1860 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
1866 …parseContext.explicitInt32Check($1.loc, "32-bit unsigned integer vector", parseContext.symbolTable…
Dglslang_tab.cpp4154 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
4163 parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed literal"); in yyparse()
6274 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer", parseContext.symbolTa… in yyparse()
6284 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer", parseContext.symbol… in yyparse()
6611 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
6622 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
6633 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit signed integer vector", parseContext.s… in yyparse()
6776 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
6787 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
6798 …parseContext.explicitInt32Check((yyvsp[0].lex).loc, "32-bit unsigned integer vector", parseContext… in yyparse()
DVersions.cpp1062 void TParseVersions::explicitInt32Check(const TSourceLoc& loc, const char* op, bool builtIn) in explicitInt32Check() function in glslang::TParseVersions