/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 95 _mesa_problem(ctx, "Invalid material state in fetch_state"); in _mesa_fetch_state() 146 _mesa_problem(ctx, "Invalid light state in fetch_state"); in _mesa_fetch_state() 207 _mesa_problem(ctx, "Invalid lightprod state in fetch_state"); in _mesa_fetch_state() 242 _mesa_problem(ctx, "Invalid texgen state in fetch_state"); in _mesa_fetch_state() 325 _mesa_problem(ctx, "Bad matrix name in _mesa_fetch_state()"); in _mesa_fetch_state() 389 _mesa_problem(ctx, "Bad state switch in _mesa_fetch_state()"); in _mesa_fetch_state() 418 _mesa_problem(ctx, "Bad state switch in _mesa_fetch_state()"); in _mesa_fetch_state() 634 _mesa_problem(ctx, "Invalid state in _mesa_fetch_state"); in _mesa_fetch_state() 743 _mesa_problem(NULL, "unexpected state[0] in make_state_flags()"); in _mesa_program_state_flags() 1074 _mesa_problem(NULL, "Invalid state in _mesa_program_state_string"); in _mesa_program_state_string()
|
/external/mesa3d/src/mesa/main/ |
D | getstring.c | 69 _mesa_problem(ctx, in shading_language_version() 86 _mesa_problem(ctx, in shading_language_version() 94 _mesa_problem(ctx, "Unexpected API value in shading_language_version()"); in shading_language_version()
|
D | rastpos.c | 303 _mesa_problem(ctx, "Bad S texgen in compute_texgen()"); in compute_texgen() 326 _mesa_problem(ctx, "Bad T texgen in compute_texgen()"); in compute_texgen() 346 _mesa_problem(ctx, "Bad R texgen in compute_texgen()"); in compute_texgen() 360 _mesa_problem(ctx, "Bad Q texgen in compute_texgen()"); in compute_texgen() 377 _mesa_problem(ctx, "Vertex programs not implemented for glRasterPos"); in _mesa_RasterPos()
|
D | hash.c | 160 _mesa_problem(NULL, "In _mesa_DeleteHashTable, found non-freed data"); in _mesa_DeleteHashTable() 342 _mesa_problem(NULL, "_mesa_HashRemove illegally called from " in _mesa_HashRemove_unlocked()
|
D | errors.h | 54 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
|
D | texstate.c | 190 _mesa_problem(NULL, in calculate_derived_texenv() 269 _mesa_problem(NULL, in calculate_derived_texenv() 439 _mesa_problem(ctx, "invalid RGB combine mode in update_texture_state"); in update_tex_combine() 467 _mesa_problem(ctx, "invalid Alpha combine mode in update_texture_state"); in update_tex_combine()
|
D | condrender.c | 185 _mesa_problem(ctx, "Bad cond render mode %s in " in _mesa_check_conditional_render()
|
D | texobj.c | 227 _mesa_problem(NULL, "bad target in _mesa_get_current_tex_object()"); in _mesa_get_current_tex_object() 525 _mesa_problem(NULL, "invalid reference to a deleted texture object"); in valid_texture_object() 528 _mesa_problem(NULL, "invalid texture object Target 0x%x, Id = %u", in valid_texture_object() 571 _mesa_problem(NULL, "Unable to delete texture, no context"); in _mesa_reference_texobj_() 585 _mesa_problem(NULL, "referencing deleted texture object"); in _mesa_reference_texobj_() 738 _mesa_problem(ctx, "Bad t->Target in _mesa_test_texobj_completeness"); in _mesa_test_texobj_completeness()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_cs.c | 73 _mesa_problem(NULL, "Failed to link compute shader: %s\n", error_str); in brw_codegen_cs_prog() 124 _mesa_problem(NULL, "Failed to compile compute shader: %s\n", error_str); in brw_codegen_cs_prog() 132 _mesa_problem(&brw->ctx, "CS programs shouldn't need recompiles"); in brw_codegen_cs_prog()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 436 _mesa_problem(ctx, "bad tex env mode in SPAN_LINEAR"); in affine_span() 458 _mesa_problem(ctx, "bad tex env mode (2) in SPAN_LINEAR"); in affine_span() 485 _mesa_problem(ctx, "bad tex env mode (3) in SPAN_LINEAR"); in affine_span() 507 _mesa_problem(ctx, "bad tex env mode (4) in SPAN_LINEAR"); in affine_span() 582 _mesa_problem(NULL, "Bad texture format in affine_texture_triangle");\ 708 _mesa_problem(ctx, "bad tex env mode (5) in SPAN_LINEAR"); in fast_persp_span() 730 _mesa_problem(ctx, "bad tex env mode (6) in SPAN_LINEAR"); in fast_persp_span() 755 _mesa_problem(ctx, "bad tex env mode (7) in SPAN_LINEAR"); in fast_persp_span() 777 _mesa_problem(ctx, "bad tex env mode (8) in SPAN_LINEAR"); in fast_persp_span() 848 _mesa_problem(NULL, "Bad texture format in persp_textured_triangle");\
|
D | s_renderbuffer.c | 247 _mesa_problem(ctx, in add_color_renderbuffers() 299 _mesa_problem(ctx, in add_depth_renderbuffer() 344 _mesa_problem(ctx, in add_stencil_renderbuffer() 408 _mesa_problem(ctx, in add_accum_renderbuffer() 447 _mesa_problem(ctx, in add_aux_renderbuffers()
|
D | s_stencil.c | 80 _mesa_problem(NULL, "get_stencil_offset() failed\n"); in get_stencil_offset() 171 _mesa_problem(ctx, "Bad stencil op in apply_stencil_op"); in apply_stencil_op() 259 _mesa_problem(ctx, "Bad stencil func in gl_stencil_span"); in do_stencil_test() 644 _mesa_problem(ctx, "Unexpected stencil buffer format %s" in _swrast_clear_stencil_buffer()
|
D | s_depth.c | 102 _mesa_problem(ctx, "Bad depth func in depth_test_span16"); in depth_test_span16() 150 _mesa_problem(ctx, "Bad depth func in depth_test_span32"); in depth_test_span32() 314 _mesa_problem(ctx, "Incorrectly writing swrast's integer depth " in _swrast_depth_test_span() 655 _mesa_problem(ctx, "Unexpected depth buffer format %s" in _swrast_clear_depth_buffer() 765 _mesa_problem(ctx, "Unexpected depth buffer format %s" in _swrast_clear_depth_stencil_buffer()
|
D | s_fog.c | 61 _mesa_problem(ctx, "Bad fog mode in _swrast_z_to_fogfactor"); in _swrast_z_to_fogfactor() 222 _mesa_problem(ctx, "Bad fog mode in _swrast_fog_rgba_span"); in _swrast_fog_rgba_span()
|
D | s_texfilter.c | 278 _mesa_problem(NULL, "Bad wrap mode"); in linear_texel_locations() 408 _mesa_problem(NULL, "Bad wrap mode"); in nearest_texel_location() 440 _mesa_problem(NULL, "bad wrapMode in clamp_rect_coord_nearest"); in clamp_rect_coord_nearest() 477 _mesa_problem(NULL, "bad wrapMode in clamp_rect_coord_linear"); in clamp_rect_coord_linear() 826 _mesa_problem(NULL, "Bad depth texture mode"); in apply_depth_mode() 1081 _mesa_problem(ctx, "Bad min filter in sample_1d_texture"); in sample_lambda_1d() 1100 _mesa_problem(ctx, "Bad mag filter in sample_1d_texture"); in sample_lambda_1d() 1570 _mesa_problem(ctx, "Bad min filter in sample_2d_texture"); in sample_lambda_2d() 1606 _mesa_problem(ctx, "Bad mag filter in sample_lambda_2d"); in sample_lambda_2d() 2309 _mesa_problem(ctx, "Bad min filter in sample_3d_texture"); in sample_lambda_3d() [all …]
|
D | s_blend.c | 565 _mesa_problem(ctx, "Bad blend source RGB factor in blend_general_float"); in blend_general_float() 619 _mesa_problem(ctx, "Bad blend source A factor in blend_general_float"); in blend_general_float() 682 _mesa_problem(ctx, "Bad blend dest RGB factor in blend_general_float"); in blend_general_float() 733 _mesa_problem(ctx, "Bad blend dest A factor in blend_general_float"); in blend_general_float() 770 _mesa_problem(ctx, "unexpected BlendEquation in blend_general()"); in blend_general_float() 794 _mesa_problem(ctx, "unexpected BlendEquation in blend_general()"); in blend_general_float()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tex.c | 105 _mesa_problem(NULL, "bad S wrap mode in %s", __func__); in r200SetTexWrap() 139 _mesa_problem(NULL, "bad T wrap mode in %s", __func__); in r200SetTexWrap() 175 _mesa_problem(NULL, "bad R wrap mode in %s", __func__); in r200SetTexWrap()
|
D | radeon_fog.c | 123 _mesa_problem(ctx, "Bad fog mode in make_fog_coord"); in radeonComputeFogBlendFactor()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_texgen.c | 394 _mesa_problem(ctx, "Bad S texgen"); in texgen() 427 _mesa_problem(ctx, "Bad T texgen"); in texgen() 456 _mesa_problem(ctx, "Bad R texgen"); in texgen() 473 _mesa_problem(ctx, "Bad Q texgen"); in texgen()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_tex_layout.c | 243 _mesa_problem(NULL, "Unexpected tex target in i915_miptree_layout()"); in i915_miptree_layout() 475 _mesa_problem(NULL, "Unexpected tex target in i945_miptree_layout()"); in i945_miptree_layout()
|
/external/mesa3d/src/mesa/math/ |
D | m_debug_xform.c | 182 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" ); in test_transform_function() 320 _mesa_problem( NULL, "%s", buf ); in _math_test_all_transform_functions()
|
D | m_debug_clip.c | 244 _mesa_problem( NULL, "test_cliptest_function called with psize > 4\n" ); in test_cliptest_function() 390 _mesa_problem( NULL, "%s", buf ); in _math_test_all_cliptest_functions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_copytex.c | 133 _mesa_problem(NULL, in st_copy_framebuffer_to_texture()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fog.c | 123 _mesa_problem(ctx, "Bad fog mode in make_fog_coord"); in radeonComputeFogBlendFactor()
|
D | radeon_tex.c | 96 _mesa_problem(NULL, "bad S wrap mode in %s", __func__); in radeonSetTexWrap() 130 _mesa_problem(NULL, "bad T wrap mode in %s", __func__); in radeonSetTexWrap()
|