Searched refs:_token_create_ival (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 97 _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 1334 combined = _token_create_ival (parser, LEFT_SHIFT, LEFT_SHIFT); in _token_paste() 1336 combined = _token_create_ival (parser, LESS_OR_EQUAL, LESS_OR_EQUAL); in _token_paste() 1340 combined = _token_create_ival (parser, RIGHT_SHIFT, RIGHT_SHIFT); in _token_paste() 1342 combined = _token_create_ival (parser, GREATER_OR_EQUAL, GREATER_OR_EQUAL); in _token_paste() 1346 combined = _token_create_ival (parser, EQUAL, EQUAL); in _token_paste() [all …]
|