Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y148 #define ES3_OR_NEWER(TOKEN, LINE, REASON) do { \ macro
338 ES3_OR_NEWER("", @3, "methods");
414 ES3_OR_NEWER("~", @$, "bit-wise operator");
429 ES3_OR_NEWER("%", @2, "integer modulus operator");
447 ES3_OR_NEWER("<<", @2, "bit-wise operator");
451 ES3_OR_NEWER(">>", @2, "bit-wise operator");
485 ES3_OR_NEWER("&", @2, "bit-wise operator");
493 ES3_OR_NEWER("^", @2, "bit-wise operator");
501 ES3_OR_NEWER("|", @2, "bit-wise operator");
546 ES3_OR_NEWER("%=", @$, "integer modulus operator");
[all …]
Dglslang_tab.cpp417 #define ES3_OR_NEWER(TOKEN, LINE, REASON) do { \ macro
2670 ES3_OR_NEWER("", (yylsp[0]), "methods"); in yyparse()
2812 ES3_OR_NEWER("~", (yyloc), "bit-wise operator"); in yyparse()
2843 ES3_OR_NEWER("%", (yylsp[-1]), "integer modulus operator"); in yyparse()
2880 ES3_OR_NEWER("<<", (yylsp[-1]), "bit-wise operator"); in yyparse()
2889 ES3_OR_NEWER(">>", (yylsp[-1]), "bit-wise operator"); in yyparse()
2964 ES3_OR_NEWER("&", (yylsp[-1]), "bit-wise operator"); in yyparse()
2979 ES3_OR_NEWER("^", (yylsp[-1]), "bit-wise operator"); in yyparse()
2994 ES3_OR_NEWER("|", (yylsp[-1]), "bit-wise operator"); in yyparse()
3091 ES3_OR_NEWER("%=", (yyloc), "integer modulus operator"); in yyparse()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y148 #define ES3_OR_NEWER(TOKEN, LINE, REASON) do { \ macro
344 ES3_OR_NEWER("", @3, "methods");
420 ES3_OR_NEWER("~", @$, "bit-wise operator");
435 ES3_OR_NEWER("%", @2, "integer modulus operator");
453 ES3_OR_NEWER("<<", @2, "bit-wise operator");
457 ES3_OR_NEWER(">>", @2, "bit-wise operator");
491 ES3_OR_NEWER("&", @2, "bit-wise operator");
499 ES3_OR_NEWER("^", @2, "bit-wise operator");
507 ES3_OR_NEWER("|", @2, "bit-wise operator");
552 ES3_OR_NEWER("%=", @$, "integer modulus operator");
[all …]
Dglslang_tab_autogen.cpp455 #define ES3_OR_NEWER(TOKEN, LINE, REASON) \ macro
2533 ES3_OR_NEWER("", (yylsp[0]), "methods"); in yyparse()
2686 ES3_OR_NEWER("~", (yyloc), "bit-wise operator"); in yyparse()
2723 ES3_OR_NEWER("%", (yylsp[-1]), "integer modulus operator"); in yyparse()
2770 ES3_OR_NEWER("<<", (yylsp[-1]), "bit-wise operator"); in yyparse()
2781 ES3_OR_NEWER(">>", (yylsp[-1]), "bit-wise operator"); in yyparse()
2876 ES3_OR_NEWER("&", (yylsp[-1]), "bit-wise operator"); in yyparse()
2895 ES3_OR_NEWER("^", (yylsp[-1]), "bit-wise operator"); in yyparse()
2914 ES3_OR_NEWER("|", (yylsp[-1]), "bit-wise operator"); in yyparse()
3039 ES3_OR_NEWER("%=", (yyloc), "integer modulus operator"); in yyparse()
[all …]