HomeSort by: relevance | last modified time | path
    Searched refs:substituted (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp-parse.y 1743 token_list_t *substituted;
1784 substituted = _token_list_create(parser);
1798 _token_list_append_list(substituted, expanded_argument);
1804 _token_list_append(parser, substituted, new_token);
1807 _token_list_append(parser, substituted, node->token);
1814 _token_list_trim_trailing_space(substituted);
1816 _glcpp_parser_apply_pastes(parser, substituted);
1818 return substituted;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp-parse.y 1857 token_list_t *substituted;
1898 substituted = _token_list_create(parser);
1912 _token_list_append_list(substituted, expanded_argument);
1918 _token_list_append(parser, substituted, new_token);
1921 _token_list_append(parser, substituted, node->token);
1928 _token_list_trim_trailing_space(substituted);
1930 _glcpp_parser_apply_pastes(parser, substituted);
1932 return substituted;
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-parse.c 3973 token_list_t *substituted; local
4014 substituted = _token_list_create(parser);
4028 _token_list_append_list(substituted, expanded_argument);
4034 _token_list_append(parser, substituted, new_token);
4037 _token_list_append(parser, substituted, node->token);
4044 _token_list_trim_trailing_space(substituted);
4046 _glcpp_parser_apply_pastes(parser, substituted);
4048 return substituted;
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-parse.c 4281 token_list_t *substituted; local
4322 substituted = _token_list_create(parser);
4336 _token_list_append_list(substituted, expanded_argument);
4342 _token_list_append(parser, substituted, new_token);
4345 _token_list_append(parser, substituted, node->token);
4352 _token_list_trim_trailing_space(substituted);
4354 _glcpp_parser_apply_pastes(parser, substituted);
4356 return substituted;

Completed in 12 milliseconds