Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/mesa/program/
Dprog_statevars.c95 _mesa_problem(ctx, "Invalid material state in fetch_state"); in fetch_state()
146 _mesa_problem(ctx, "Invalid light state in fetch_state"); in fetch_state()
207 _mesa_problem(ctx, "Invalid lightprod state in fetch_state"); in fetch_state()
242 _mesa_problem(ctx, "Invalid texgen state in fetch_state"); in fetch_state()
325 _mesa_problem(ctx, "Bad matrix name in fetch_state()"); in fetch_state()
389 _mesa_problem(ctx, "Bad state switch in fetch_state()"); in fetch_state()
418 _mesa_problem(ctx, "Bad state switch in fetch_state()"); in fetch_state()
640 _mesa_problem(ctx, "Invalid state in _mesa_fetch_state"); in fetch_state()
765 _mesa_problem(NULL, "unexpected state[0] in make_state_flags()"); in _mesa_program_state_flags()
1102 _mesa_problem(NULL, "Invalid state in _mesa_program_state_string"); in _mesa_program_state_string()
/external/mesa3d/src/mesa/main/
Dgetstring.c73 _mesa_problem(ctx, in shading_language_version()
90 _mesa_problem(ctx, in shading_language_version()
98 _mesa_problem(ctx, "Unexpected API value in shading_language_version()"); in shading_language_version()
Derrors.h55 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
Drastpos.c322 _mesa_problem(ctx, "Bad S texgen in compute_texgen()"); in compute_texgen()
345 _mesa_problem(ctx, "Bad T texgen in compute_texgen()"); in compute_texgen()
365 _mesa_problem(ctx, "Bad R texgen in compute_texgen()"); in compute_texgen()
379 _mesa_problem(ctx, "Bad Q texgen in compute_texgen()"); in compute_texgen()
396 _mesa_problem(ctx, "Vertex programs not implemented for glRasterPos"); in _mesa_RasterPos()
Dcondrender.c221 _mesa_problem(ctx, "Bad cond render mode %s in " in _mesa_check_conditional_render()
Dextensions.c291 _mesa_problem(NULL, "Trying to enable too many unknown extension. " in _mesa_one_time_init_extension_overrides()
298 _mesa_problem(NULL, "Trying to enable unknown extension: %s", ext); in _mesa_one_time_init_extension_overrides()
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c248 _mesa_problem(ctx, in add_color_renderbuffers()
300 _mesa_problem(ctx, in add_depth_renderbuffer()
345 _mesa_problem(ctx, in add_stencil_renderbuffer()
409 _mesa_problem(ctx, in add_accum_renderbuffer()
448 _mesa_problem(ctx, in add_aux_renderbuffers()
Ds_triangle.c437 _mesa_problem(ctx, "bad tex env mode in SPAN_LINEAR"); in affine_span()
459 _mesa_problem(ctx, "bad tex env mode (2) in SPAN_LINEAR"); in affine_span()
486 _mesa_problem(ctx, "bad tex env mode (3) in SPAN_LINEAR"); in affine_span()
508 _mesa_problem(ctx, "bad tex env mode (4) in SPAN_LINEAR"); in affine_span()
583 _mesa_problem(NULL, "Bad texture format in affine_texture_triangle");\
709 _mesa_problem(ctx, "bad tex env mode (5) in SPAN_LINEAR"); in fast_persp_span()
731 _mesa_problem(ctx, "bad tex env mode (6) in SPAN_LINEAR"); in fast_persp_span()
756 _mesa_problem(ctx, "bad tex env mode (7) in SPAN_LINEAR"); in fast_persp_span()
778 _mesa_problem(ctx, "bad tex env mode (8) in SPAN_LINEAR"); in fast_persp_span()
849 _mesa_problem(NULL, "Bad texture format in persp_textured_triangle");\
Ds_stencil.c79 _mesa_problem(NULL, "get_stencil_offset() failed\n"); in get_stencil_offset()
170 _mesa_problem(ctx, "Bad stencil op in apply_stencil_op"); in apply_stencil_op()
258 _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_fog.c62 _mesa_problem(ctx, "Bad fog mode in _swrast_z_to_fogfactor"); in _swrast_z_to_fogfactor()
223 _mesa_problem(ctx, "Bad fog mode in _swrast_fog_rgba_span"); in _swrast_fog_rgba_span()
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()
650 _mesa_problem(ctx, "Unexpected depth buffer format %s" in _swrast_clear_depth_buffer()
761 _mesa_problem(ctx, "Unexpected depth buffer format %s" in _swrast_clear_depth_stencil_buffer()
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()
Ds_alpha.c78 _mesa_problem(ctx, "Invalid alpha test in _swrast_alpha_test" ); \
/external/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.h41 _mesa_problem(struct gl_context *ctx, const char *fmtString, ... );
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c100 _mesa_problem(NULL, "Failed to link compute shader: %s\n", error_str); in brw_codegen_cs_prog()
129 _mesa_problem(NULL, "Failed to compile compute shader: %s\n", error_str); in brw_codegen_cs_prog()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c106 _mesa_problem(NULL, "bad S wrap mode in %s", __func__); in r200SetTexWrap()
140 _mesa_problem(NULL, "bad T wrap mode in %s", __func__); in r200SetTexWrap()
176 _mesa_problem(NULL, "bad R wrap mode in %s", __func__); in r200SetTexWrap()
Dradeon_fog.c122 _mesa_problem(ctx, "Bad fog mode in make_fog_coord"); in radeonComputeFogBlendFactor()
/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.c122 _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()
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c396 _mesa_problem(ctx, "Bad S texgen"); in texgen()
429 _mesa_problem(ctx, "Bad T texgen"); in texgen()
458 _mesa_problem(ctx, "Bad R texgen"); in texgen()
475 _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.c181 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" ); in test_transform_function()
319 _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()

1234