Searched refs:_mesa_glsl_warning (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ast_array_index.cpp | 321 _mesa_glsl_warning(&loc, state, in _mesa_ast_array_index_to_hir() 326 _mesa_glsl_warning(&loc, state, in _mesa_ast_array_index_to_hir()
|
D | glsl_parser.yy | 355 _mesa_glsl_warning(& @1, state, 1217 _mesa_glsl_warning(& @1, state, 1244 _mesa_glsl_warning(& @1, state, 1249 _mesa_glsl_warning(& @1, state, 1288 _mesa_glsl_warning(& @1, state, 1693 _mesa_glsl_warning(& @1, state, 1713 _mesa_glsl_warning(& @1, state, 1754 _mesa_glsl_warning(& @1, state, 1899 _mesa_glsl_warning(& @1, state,
|
D | glsl_lexer.ll | 179 _mesa_glsl_warning(lloc, state, 188 _mesa_glsl_warning(lloc, state, 196 _mesa_glsl_warning(lloc, state, 618 _mesa_glsl_warning(yylloc, state,
|
D | glsl_parser_extras.cpp | 539 _mesa_glsl_warning(const YYLTYPE *locp, _mesa_glsl_parse_state *state, in _mesa_glsl_warning() function 886 _mesa_glsl_warning(name_locp, state, fmt, in _mesa_glsl_process_extension() 1006 _mesa_glsl_warning(locp, state, in _mesa_ast_process_interface_block() 1016 _mesa_glsl_warning(locp, state, in _mesa_ast_process_interface_block()
|
D | glsl_parser_extras.h | 999 extern void _mesa_glsl_warning(const YYLTYPE *locp,
|
D | ast_to_hir.cpp | 566 _mesa_glsl_warning(loc, state, in bit_logic_result_type() 2027 _mesa_glsl_warning(&loc, state, "`%s' used uninitialized", in do_hir() 2114 _mesa_glsl_warning(&previous_operand_loc, state, in do_hir() 2767 _mesa_glsl_warning(loc, state, in validate_matrix_layout_for_type() 3490 _mesa_glsl_warning(loc, state, "GL_EXT_image_load_formatted used"); in apply_image_qualifier_to_variable() 3854 _mesa_glsl_warning(loc, state, in apply_layout_qualifier_to_variable() 4857 _mesa_glsl_warning(&loc, state, in validate_identifier() 5158 _mesa_glsl_warning(&loc, state, in hir() 5167 _mesa_glsl_warning(&loc, state, "empty declaration"); in hir() 7777 _mesa_glsl_warning(& loc, state, "struct `%s' previously defined", name); in hir()
|
D | ast_function.cpp | 318 _mesa_glsl_warning(&loc, state, "`%s' used uninitialized", in verify_parameter_modes() 348 _mesa_glsl_warning(&loc, state, "`%s' used uninitialized", in verify_parameter_modes()
|