Home
last modified time | relevance | path

Searched refs:YYLTYPE (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h65 typedef struct YYLTYPE { struct
73 } YYLTYPE; typedef
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 …]
Dast.h35 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 …]
Dast_to_hir.cpp232 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()
1211 YYLTYPE loc = expr->get_location(); in get_scalar_boolean_operand()
[all …]
Dast_type.cpp125 validate_prim_type(YYLTYPE *loc, in validate_prim_type()
146 validate_vertex_spacing(YYLTYPE *loc, in validate_vertex_spacing()
162 validate_ordering(YYLTYPE *loc, in validate_ordering()
223 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, in merge_qualifier()
503 ast_type_qualifier::validate_out_qualifier(YYLTYPE *loc, in validate_out_qualifier()
570 ast_type_qualifier::merge_into_out_qualifier(YYLTYPE *loc, in merge_into_out_qualifier()
597 ast_type_qualifier::validate_in_qualifier(YYLTYPE *loc, in validate_in_qualifier()
689 ast_type_qualifier::merge_into_in_qualifier(YYLTYPE *loc, in merge_into_in_qualifier()
791 ast_type_qualifier::push_to_global(YYLTYPE *loc, in push_to_global()
824 ast_type_qualifier::validate_flags(YYLTYPE *loc, in validate_flags()
[all …]
Dast_function.cpp108 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 …]
Dast_array_index.cpp49 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()
Dglsl_parser_extras.cpp353 YYLTYPE *locp, const char *fmt, ...) in check_version()
394 _mesa_glsl_parse_state::process_version_directive(YYLTYPE *locp, int version, in process_version_directive()
493 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_msg()
525 _mesa_glsl_error(YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_error()
539 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_warning()
809 _mesa_glsl_process_extension(const char *name, YYLTYPE *name_locp, in _mesa_glsl_process_extension()
810 const char *behavior_string, YYLTYPE *behavior_locp, in _mesa_glsl_process_extension()
995 _mesa_ast_process_interface_block(YYLTYPE *locp, in _mesa_ast_process_interface_block()
1798 YYLTYPE loc = state->out_qualifier->vertices->get_location(); in set_shader_inout_layout()
1833 YYLTYPE loc = state->out_qualifier->max_vertices->get_location(); in set_shader_inout_layout()
[all …]
Dhir_field_selection.cpp46 YYLTYPE loc = expr->get_location(); in _mesa_ast_field_selection_to_hir()
Dir_function_detect_recursion.cpp277 YYLTYPE loc; in emit_errors_unlinked()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h76 typedef struct YYLTYPE { struct
82 } YYLTYPE; typedef
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);
Dglcpp-parse.y46 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 …]
Dpp.c31 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()
/external/angle/src/compiler/translator/
Dglslang_tab_autogen.h49 #define YYLTYPE TSourceLoc macro
305 #if !defined YYLTYPE && !defined YYLTYPE_IS_DECLARED
306 typedef struct YYLTYPE YYLTYPE; typedef
307 struct YYLTYPE struct
Dglslang_tab_autogen.cpp418 extern int yylex(YYSTYPE *yylval, YYLTYPE *yylloc, void *yyscanner);
419 extern void yyerror(YYLTYPE *yylloc, TParseContext *context, void *scanner, const char *reason);
743 YYLTYPE yyls_alloc;
752 ((N) * (YYSIZEOF(yy_state_t) + YYSIZEOF(YYSTYPE) + YYSIZEOF(YYLTYPE)) + \
1795 static int yy_location_print_(FILE *yyo, YYLTYPE const *const yylocp) in yy_location_print_()
1853 YYLTYPE const *const yylocationp, in yy_symbol_value_print()
1876 YYLTYPE const *const yylocationp, in yy_symbol_print()
1917 YYLTYPE *yylsp, in yy_reduce_print()
1977 YYLTYPE *yylocationp, in yydestruct()
2010 static YYLTYPE yyloc_default in yyparse()
[all …]
Dglslang_lex_autogen.cpp1023 YYLTYPE *yylloc_r;
1076 YYLTYPE *yyget_lloc(yyscan_t yyscanner);
1078 void yyset_lloc(YYLTYPE *yylloc_param, yyscan_t yyscanner);
1197 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner);
1199 # define YY_DECL int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner)
3619 YYLTYPE *yyget_lloc(yyscan_t yyscanner) in yyget_lloc()
3625 void yyset_lloc(YYLTYPE *yylloc_param, yyscan_t yyscanner) in yyset_lloc()
4235 void yyerror(YYLTYPE *lloc, TParseContext *context, void *scanner, const char *reason) in yyerror()
/external/angle/tools/flex-bison/third_party/skeletons/
Dyacc.c241 static YYLTYPE yyloc_default]b4_yyloc_default[;
242 YYLTYPE yylloc = yyloc_default;]])],
246 YYLTYPE yylloc]b4_yyloc_default[;]])[
282 YYLTYPE yylsa[YYINITDEPTH];
283 YYLTYPE *yyls]m4_ifval([$1], [ = yylsa])[;
284 YYLTYPE *yylsp]m4_ifval([$1], [ = yyls])[;]])[]b4_lac_if([[
446 #define YYLTYPE ]b4_api_PREFIX[LTYPE]])])[
594 YYLTYPE yyls_alloc;])[
605 + YYSIZEOF (YYLTYPE)) \
840 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp,]b4_locations_if([[ YYLTYPE *yylsp,]])[
[all …]
Dglr.c87 [b4_pure_if([b4_locations_if([, YYLTYPE *yylocp])])[]b4_user_formals])
94 [b4_locations_if([, YYLTYPE *m4_default([$1], [yylocp])])[]b4_user_formals])
226 #define YYLTYPE ]b4_api_PREFIX[LTYPE]])])[
253 static YYLTYPE yyloc_default][]b4_yyloc_default;])[
438 YYLTYPE yylloc;]])[
532 YYLTYPE yyloc;]])[
558 YYLTYPE yyloc;]])[
580 YYLTYPE yyloc;]])[
1367 YYSTYPE* yyvalp]b4_locations_if([, YYLTYPE* yylocp])[)
1501 YYLTYPE yyloc;]])[
[all …]
Dc.m4740 [[, YYLTYPE *yylocationp]])[]b4_user_formals[)
766 [[, YYLTYPE const * const yylocationp]])[]b4_user_formals[)
787 [[, YYLTYPE const * const yylocationp]])[]b4_user_formals[)
980 # in the parser body. Declare YYSTYPE/YYLTYPE, and yylval/yylloc.
1072 yy_location_print_ (FILE *yyo, YYLTYPE const * const yylocp)
/external/libnl/lib/route/
Dpktloc_syntax.y25 extern int pktloc_lex(YYSTYPE *, YYLTYPE *, void *);
28 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg) in yyerror()
/external/mesa3d/src/mesa/program/
Dprogram_parser.h231 typedef struct YYLTYPE { struct
237 } YYLTYPE; typedef
Dprogram_parse.y49 char *name, enum asm_type t, struct YYLTYPE *locp);
68 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
71 static int validate_inputs(struct YYLTYPE *locp,
274 _mesa_program_lexer_lex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
278 yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param,
2217 validate_inputs(struct YYLTYPE *locp, struct asm_parser_state *state)
2253 struct YYLTYPE *locp)
2496 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s)
2577 struct YYLTYPE loc;
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp723 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);
969 extern int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner);
971 # define YY_DECL int yylex(YYSTYPE *yylval_param, YYLTYPE *yylloc_param, yyscan_t yyscanner)
2337 YYLTYPE *yyget_lloc(yyscan_t yyscanner) in yyget_lloc()
2343 void yyset_lloc(YYLTYPE *yylloc_param, yyscan_t yyscanner) in yyset_lloc()
/external/dtc/
Dsrcpos.h66 #define YYLTYPE struct srcpos macro
/external/igt-gpu-tools/assembler/
Dgram.y47 #define YYLTYPE YYLTYPE macro
48 typedef struct YYLTYPE struct
54 } YYLTYPE; typedef
93 YYLTYPE *location);
96 YYLTYPE *location);
114 YYLTYPE *location);
128 static void message(enum message_level level, YYLTYPE *location, in message()
308 YYLTYPE *location) in validate_src_reg()
3119 YYLTYPE *location) in set_instruction_src0()
3144 YYLTYPE *location) in set_instruction_src1()
[all …]
/external/mesa3d/src/intel/tools/
Di965_gram.y31 #define YYLTYPE YYLTYPE macro
32 typedef struct YYLTYPE struct
38 } YYLTYPE; typedef
48 message(enum message_level level, YYLTYPE *location, in message()

12