Home
last modified time | relevance | path

Searched refs:_token_create_ival (Results 1 – 23 of 23) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/
H A Dglcpp-parse.y86 _token_create_ival (void *ctx, int type, int ival);
688 $$ = _token_create_ival (parser, $1, $1);
692 $$ = _token_create_ival (parser, DEFINED, DEFINED);
700 $$ = _token_create_ival (parser, SPACE, SPACE);
937 _token_create_ival (void *ctx, int type, int ival) in _token_create_ival() function
1214 combined = _token_create_ival (token, EQUAL, EQUAL); in _token_paste()
1222 combined = _token_create_ival (token, AND, AND); in _token_paste()
1226 combined = _token_create_ival (token, OR, OR); in _token_paste()
1331 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1488 node = _token_create_ival (list, type, ival); in _token_list_create_with_one_ival()
[all …]
H A Dglcpp-parse.c157 _token_create_ival (void *ctx, int type, int ival);
2547 (yyval.token) = _token_create_ival (parser, DEFINED, DEFINED); in yyparse()
2565 (yyval.token) = _token_create_ival (parser, SPACE, SPACE); in yyparse()
3202 _token_create_ival (void *ctx, int type, int ival) in _token_create_ival() function
3479 combined = _token_create_ival (token, EQUAL, EQUAL); in _token_paste()
3483 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL); in _token_paste()
3487 combined = _token_create_ival (token, AND, AND); in _token_paste()
3491 combined = _token_create_ival (token, OR, OR); in _token_paste()
3596 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
3753 node = _token_create_ival (list, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/
H A Dglcpp-parse.y86 _token_create_ival (void *ctx, int type, int ival);
688 $$ = _token_create_ival (parser, $1, $1);
692 $$ = _token_create_ival (parser, DEFINED, DEFINED);
700 $$ = _token_create_ival (parser, SPACE, SPACE);
937 _token_create_ival (void *ctx, int type, int ival) in _token_create_ival() function
1214 combined = _token_create_ival (token, EQUAL, EQUAL); in _token_paste()
1222 combined = _token_create_ival (token, AND, AND); in _token_paste()
1226 combined = _token_create_ival (token, OR, OR); in _token_paste()
1331 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1488 node = _token_create_ival (list, type, ival); in _token_list_create_with_one_ival()
[all …]
H A Dglcpp-parse.c157 _token_create_ival (void *ctx, int type, int ival);
2547 (yyval.token) = _token_create_ival (parser, DEFINED, DEFINED); in yyparse()
2565 (yyval.token) = _token_create_ival (parser, SPACE, SPACE); in yyparse()
3202 _token_create_ival (void *ctx, int type, int ival) in _token_create_ival() function
3479 combined = _token_create_ival (token, EQUAL, EQUAL); in _token_paste()
3483 combined = _token_create_ival (token, NOT_EQUAL, NOT_EQUAL); in _token_paste()
3487 combined = _token_create_ival (token, AND, AND); in _token_paste()
3491 combined = _token_create_ival (token, OR, OR); in _token_paste()
3596 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
3753 node = _token_create_ival (list, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
814 $$ = _token_create_ival (parser, $1, $1);
818 $$ = _token_create_ival (parser, DEFINED, DEFINED);
826 $$ = _token_create_ival (parser, SPACE, SPACE);
1062 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1343 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1351 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1355 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1455 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1619 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
H A Dglcpp-parse.c171 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
2771 (yyval.token) = _token_create_ival (parser, DEFINED, DEFINED); in yyparse()
2789 (yyval.token) = _token_create_ival (parser, SPACE, SPACE); in yyparse()
3428 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
3709 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
3713 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL); in _token_paste()
3717 combined = _token_create_ival (parser, AND, AND); in _token_paste()
3721 combined = _token_create_ival (parser, OR, OR); in _token_paste()
3821 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
3985 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
814 $$ = _token_create_ival (parser, $1, $1);
818 $$ = _token_create_ival (parser, DEFINED, DEFINED);
826 $$ = _token_create_ival (parser, SPACE, SPACE);
1062 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1343 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1351 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1355 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1455 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1619 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
H A Dglcpp-parse.c171 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
2771 (yyval.token) = _token_create_ival (parser, DEFINED, DEFINED); in yyparse()
2789 (yyval.token) = _token_create_ival (parser, SPACE, SPACE); in yyparse()
3428 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
3709 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
3713 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL); in _token_paste()
3717 combined = _token_create_ival (parser, AND, AND); in _token_paste()
3721 combined = _token_create_ival (parser, OR, OR); in _token_paste()
3821 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
3985 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
814 $$ = _token_create_ival (parser, $1, $1);
818 $$ = _token_create_ival (parser, DEFINED, DEFINED);
826 $$ = _token_create_ival (parser, SPACE, SPACE);
1062 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1343 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1351 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1355 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1455 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1619 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
H A Dglcpp-parse.c171 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
2771 (yyval.token) = _token_create_ival (parser, DEFINED, DEFINED); in yyparse()
2789 (yyval.token) = _token_create_ival (parser, SPACE, SPACE); in yyparse()
3428 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
3709 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
3713 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL); in _token_paste()
3717 combined = _token_create_ival (parser, AND, AND); in _token_paste()
3721 combined = _token_create_ival (parser, OR, OR); in _token_paste()
3821 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
3985 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
814 $$ = _token_create_ival (parser, $1, $1);
818 $$ = _token_create_ival (parser, DEFINED, DEFINED);
826 $$ = _token_create_ival (parser, SPACE, SPACE);
1062 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1340 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1348 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1352 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1452 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1616 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
H A Dglcpp-parse.c172 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
2681 (yyval.token) = _token_create_ival (parser, DEFINED, DEFINED); in yyparse()
2699 (yyval.token) = _token_create_ival (parser, SPACE, SPACE); in yyparse()
3338 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
3616 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
3620 combined = _token_create_ival (parser, NOT_EQUAL, NOT_EQUAL); in _token_paste()
3624 combined = _token_create_ival (parser, AND, AND); in _token_paste()
3628 combined = _token_create_ival (parser, OR, OR); in _token_paste()
3728 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
3892 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1066 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1348 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1356 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1360 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1460 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1624 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y97 _token_create_ival(glcpp_parser_t *parser, int type, int ival);
817 $$ = _token_create_ival (parser, $1, $1);
821 $$ = _token_create_ival (parser, DEFINED, DEFINED);
829 $$ = _token_create_ival (parser, SPACE, SPACE);
1065 _token_create_ival(glcpp_parser_t *parser, int type, int ival) in _token_create_ival() function
1346 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste()
1354 combined = _token_create_ival (parser, AND, AND); in _token_paste()
1358 combined = _token_create_ival (parser, OR, OR); in _token_paste()
1458 tok = _token_create_ival (parser, INTEGER, value); in add_builtin_define()
1622 node = _token_create_ival(parser, type, ival); in _token_list_create_with_one_ival()
[all …]