Home
last modified time | relevance | path

Searched refs:_mesa_problem (Results 1 – 25 of 103) sorted by relevance

12345

/external/mesa3d/src/mesa/program/
Dprog_statevars.c95 _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/
Dgetstring.c69 _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()
Drastpos.c303 _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()
Dhash.c160 _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()
Derrors.h54 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
Dtexstate.c190 _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()
Dcondrender.c185 _mesa_problem(ctx, "Bad cond render mode %s in " in _mesa_check_conditional_render()
Dtexobj.c227 _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/
Dbrw_cs.c73 _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/
Ds_triangle.c436 _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");\
Ds_renderbuffer.c247 _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()
Ds_stencil.c80 _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()
Ds_depth.c102 _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()
Ds_fog.c61 _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()
Ds_texfilter.c278 _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 …]
Ds_blend.c565 _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/
Dr200_tex.c105 _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()
Dradeon_fog.c123 _mesa_problem(ctx, "Bad fog mode in make_fog_coord"); in radeonComputeFogBlendFactor()
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c394 _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/
Di915_tex_layout.c243 _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/
Dm_debug_xform.c182 _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()
Dm_debug_clip.c244 _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/
Dst_copytex.c133 _mesa_problem(NULL, in st_copy_framebuffer_to_texture()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fog.c123 _mesa_problem(ctx, "Bad fog mode in make_fog_coord"); in radeonComputeFogBlendFactor()
Dradeon_tex.c96 _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()

12345