/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.h | 65 typedef struct YYLTYPE { struct 73 } YYLTYPE; argument 77 extern void _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, 122 YYLTYPE *locp, const char *fmt, ...) PRINTFLIKE(5, 6); 124 bool check_arrays_of_arrays_allowed(YYLTYPE *locp) in check_arrays_of_arrays_allowed() 138 bool check_precision_qualifiers_allowed(YYLTYPE *locp) in check_precision_qualifiers_allowed() 144 bool check_bitwise_operations_allowed(YYLTYPE *locp) in check_bitwise_operations_allowed() 150 bool check_explicit_attrib_stream_allowed(YYLTYPE *locp) in check_explicit_attrib_stream_allowed() 163 bool check_explicit_attrib_location_allowed(YYLTYPE *locp, in check_explicit_attrib_location_allowed() 179 bool check_separate_shader_objects_allowed(YYLTYPE *locp, in check_separate_shader_objects_allowed() [all …]
|
D | ast.h | 35 struct YYLTYPE; 76 struct YYLTYPE get_location(void) const in get_location() 78 struct YYLTYPE locp; in get_location() 95 void set_location(const struct YYLTYPE &locp) in set_location() 110 void set_location_range(const struct YYLTYPE &begin, const struct YYLTYPE &end) in set_location_range() 354 ast_array_specifier(const struct YYLTYPE &locp, ast_expression *dim) in ast_array_specifier() 381 ast_layout_expression(const struct YYLTYPE &locp, ast_expression *expr) in ast_layout_expression() 830 bool merge_qualifier(YYLTYPE *loc, 839 bool validate_out_qualifier(YYLTYPE *loc, 845 bool merge_into_out_qualifier(YYLTYPE *loc, [all …]
|
D | ast_to_hir.cpp | 232 YYLTYPE loc; in _mesa_ast_to_hir() 349 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in arithmetic_result_type() 489 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in unary_arithmetic_result_type() 520 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in bit_logic_result_type() 607 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in modulus_result_type() 675 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in relational_result_type() 732 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) in shift_result_type() 830 YYLTYPE loc, ir_rvalue *lhs, in validate_assignment() 935 YYLTYPE lhs_loc) in do_assignment() 1222 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand() [all …]
|
D | ast_type.cpp | 126 validate_prim_type(YYLTYPE *loc, in validate_prim_type() 147 validate_vertex_spacing(YYLTYPE *loc, in validate_vertex_spacing() 163 validate_ordering(YYLTYPE *loc, in validate_ordering() 224 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, in merge_qualifier() 504 ast_type_qualifier::validate_out_qualifier(YYLTYPE *loc, in validate_out_qualifier() 571 ast_type_qualifier::merge_into_out_qualifier(YYLTYPE *loc, in merge_into_out_qualifier() 598 ast_type_qualifier::validate_in_qualifier(YYLTYPE *loc, in validate_in_qualifier() 690 ast_type_qualifier::merge_into_in_qualifier(YYLTYPE *loc, in merge_into_in_qualifier() 792 ast_type_qualifier::push_to_global(YYLTYPE *loc, in push_to_global() 825 ast_type_qualifier::validate_flags(YYLTYPE *loc, in validate_flags() [all …]
|
D | ast_function.cpp | 108 verify_image_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, in verify_image_parameter() 159 verify_first_atomic_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, in verify_first_atomic_parameter() 186 verify_atomic_image_parameter_qualifier(YYLTYPE *loc, _mesa_glsl_parse_state *state, in verify_atomic_image_parameter_qualifier() 239 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 375 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 388 YYLTYPE loc = actual_ast->get_location(); in verify_parameter_modes() 758 struct _mesa_glsl_parse_state *state, YYLTYPE loc, in generate_array_index() 772 YYLTYPE index_loc = idx->get_location(); in generate_array_index() 809 print_function_prototypes(_mesa_glsl_parse_state *state, YYLTYPE *loc, in print_function_prototypes() 832 YYLTYPE *loc, in no_matching_function_error() [all …]
|
D | ast_array_index.cpp | 49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc, in update_max_array_access() 146 YYLTYPE &loc, YYLTYPE &idx_loc) in _mesa_ast_array_index_to_hir()
|
D | glsl_parser_extras.cpp | 359 YYLTYPE *locp, const char *fmt, ...) in check_version() 396 _mesa_glsl_parse_state::set_valid_gl_and_glsl_versions(YYLTYPE *locp) in set_valid_gl_and_glsl_versions() 445 _mesa_glsl_parse_state::process_version_directive(YYLTYPE *locp, int version, in process_version_directive() 510 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_msg() 542 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_error() 556 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_warning() 826 _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, in _mesa_glsl_process_extension() 827 const char *behavior_string, YYLTYPE *behavior_locp, in _mesa_glsl_process_extension() 1012 _mesa_ast_process_interface_block(YYLTYPE *locp, in _mesa_ast_process_interface_block() 1816 YYLTYPE loc = state->out_qualifier->vertices->get_location(); in set_shader_inout_layout() [all …]
|
D | hir_field_selection.cpp | 46 YYLTYPE loc = expr->get_location(); in _mesa_ast_field_selection_to_hir()
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 76 typedef struct YYLTYPE { struct 82 } YYLTYPE; argument 108 YYLTYPE location; 168 YYLTYPE loc; /* location of the initial #if/#elif/... */ 253 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 256 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...); 267 glcpp_lex (YYSTYPE *lvalp, YYLTYPE *llocp, yyscan_t scanner);
|
D | glcpp-parse.y | 46 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 50 YYLTYPE *loc, 56 YYLTYPE *loc, 143 _glcpp_parser_skip_stack_push_if(glcpp_parser_t *parser, YYLTYPE *loc, 147 _glcpp_parser_skip_stack_change_if(glcpp_parser_t *parser, YYLTYPE *loc, 151 _glcpp_parser_skip_stack_pop(glcpp_parser_t *parser, YYLTYPE *loc); 158 glcpp_parser_lex(YYSTYPE *yylval, YYLTYPE *yylloc, glcpp_parser_t *parser); 165 YYLTYPE *loc; 1447 yyerror(YYLTYPE *locp, glcpp_parser_t *parser, const char *error) in yyerror() 2182 _check_for_reserved_macro_name(glcpp_parser_t *parser, YYLTYPE *loc, in _check_for_reserved_macro_name() [all …]
|
D | pp.c | 31 glcpp_error (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_error() 49 glcpp_warning (YYLTYPE *locp, glcpp_parser_t *parser, const char *fmt, ...) in glcpp_warning()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 45 #define YYLTYPE TSourceLoc macro 231 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 232 typedef struct YYLTYPE YYLTYPE; typedef 233 struct YYLTYPE struct
|
D | glslang_tab.cpp | 132 #define YYLTYPE TSourceLoc macro 318 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 319 typedef struct YYLTYPE YYLTYPE; typedef 320 struct YYLTYPE struct 340 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner); argument 341 extern void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason); 584 YYLTYPE yyls_alloc; 593 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 1681 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) in yy_location_print_() 1731 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() [all …]
|
D | glslang_lex.cpp | 1242 YYLTYPE * yylloc_r; 1347 YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); 1351 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); 1504 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); 1507 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) 3402 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc() 3410 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc() 3768 void yyerror(YYLTYPE* lloc, TParseContext* context, void* scanner, const char* reason) { in yyerror()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab_autogen.h | 48 #define YYLTYPE TSourceLoc macro 298 #if !defined YYLTYPE && !defined YYLTYPE_IS_DECLARED 299 typedef struct YYLTYPE YYLTYPE; typedef 300 struct YYLTYPE struct
|
D | glslang_tab_autogen.cpp | 137 # define YYLTYPE TSourceLoc macro 387 # if !defined YYLTYPE && !defined YYLTYPE_IS_DECLARED 388 typedef struct YYLTYPE YYLTYPE; typedef 389 struct YYLTYPE struct 406 extern int yylex(YYSTYPE *yylval, YYLTYPE *yylloc, void *yyscanner); argument 407 extern void yyerror(YYLTYPE *yylloc, TParseContext *context, void *scanner, const char *reason); 648 YYLTYPE yyls_alloc; 657 ((N) * (sizeof(yytype_int16) + sizeof(YYSTYPE) + sizeof(YYLTYPE)) + 2 * YYSTACK_GAP_MAXIMUM) 1679 static int yy_location_print_(FILE *yyo, YYLTYPE const *const yylocp) in yy_location_print_() 1728 YYLTYPE const *const yylocationp, in yy_symbol_value_print() [all …]
|
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
D | yacc.c | 184 static YYLTYPE yyloc_default]b4_yyloc_default[; 185 YYLTYPE yylloc = yyloc_default;]])], 189 YYLTYPE yylloc]b4_yyloc_default[;]])[ 225 YYLTYPE yylsa[YYINITDEPTH]; 226 YYLTYPE *yyls; 227 YYLTYPE *yylsp; 230 YYLTYPE yyerror_range[3];]])[ 319 #define YYLTYPE ]b4_api_PREFIX[LTYPE]])])[ 494 YYLTYPE yyls_alloc;])[ 504 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ [all …]
|
D | c.m4 | 115 b4_locations_if([, [[YYLTYPE *yyllocp], [&yylloc]]])])dnl 500 b4_locations_if( [, [[YYLTYPE *yylocationp], [yylocationp]]])[]dnl 529 b4_locations_if([, [[YYLTYPE const * const yylocationp], [yylocationp]]])[]dnl 556 b4_locations_if([, [[YYLTYPE const * const yylocationp], [yylocationp]]])[]dnl 747 # in the parser body. Declare YYSTYPE/YYLTYPE, and yylval/yylloc. 834 [[YYLTYPE const * const yylocp], [yylocp]])[
|
/third_party/libnl/lib/route/ |
D | pktloc_syntax.y | 25 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *); 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror()
|
/third_party/mesa3d/src/mesa/program/ |
D | program_parser.h | 232 typedef struct YYLTYPE { struct 238 } YYLTYPE; argument
|
D | program_parse.y | 56 char *name, enum asm_type t, struct YYLTYPE *locp); 75 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state, 78 static int validate_inputs(struct YYLTYPE *locp, 282 _mesa_program_lexer_lex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, 286 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, 2237 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state) 2273 struct YYLTYPE *locp) 2513 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s) 2596 struct YYLTYPE loc;
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_tab.cpp | 133 #define YYLTYPE TSourceLoc macro 358 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED 359 typedef struct YYLTYPE YYLTYPE; typedef 360 struct YYLTYPE struct 380 extern int yylex(YYSTYPE* yylval, YYLTYPE* yylloc, void* yyscanner); argument 381 extern void yyerror(YYLTYPE* yylloc, TParseContext* context, void *scanner, const char* reason); 618 YYLTYPE yyls_alloc; 627 ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE) + sizeof (YYLTYPE)) \ 1827 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp) in yy_location_print_() 1877 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, YYLTYPE const * … in yy_symbol_value_print() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | Tokenizer.cpp | 716 typedef angle::pp::SourceLocation YYLTYPE; typedef 789 YYLTYPE *yylloc_r; 842 YYLTYPE *yyget_lloc(yyscan_t yyscanner); 844 void yyset_lloc(YYLTYPE *yylloc_param, yyscan_t yyscanner); 963 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner); 965 # define YY_DECL int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner) 2325 YYLTYPE *yyget_lloc(yyscan_t yyscanner) in yyget_lloc() 2331 void yyset_lloc(YYLTYPE *yylloc_param, yyscan_t yyscanner) in yyset_lloc()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 939 typedef pp::SourceLocation YYLTYPE; typedef 1029 YYLTYPE * yylloc_r; 1134 YYLTYPE *yyget_lloc ( yyscan_t yyscanner ); 1138 void yyset_lloc ( YYLTYPE * yylloc_param , yyscan_t yyscanner ); 1291 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner); 1294 (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) 2761 YYLTYPE *yyget_lloc (yyscan_t yyscanner) in yyget_lloc() 2769 void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) in yyset_lloc()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 723 typedef angle::pp::SourceLocation YYLTYPE; typedef 796 YYLTYPE *yylloc_r; 849 YYLTYPE *yyget_lloc(yyscan_t yyscanner); 851 void yyset_lloc(YYLTYPE *yylloc_param, yyscan_t yyscanner); 970 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner); 972 # define YY_DECL int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner) 2332 YYLTYPE *yyget_lloc(yyscan_t yyscanner) in yyget_lloc() 2338 void yyset_lloc(YYLTYPE *yylloc_param, yyscan_t yyscanner) in yyset_lloc()
|