Home
last modified time | relevance | path

Searched refs:NOUVEAU_ERR (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_draw.c41 NOUVEAU_ERR("\n"); in nvc0_render_point()
47 NOUVEAU_ERR("\n"); in nvc0_render_line()
53 NOUVEAU_ERR("\n"); in nvc0_render_tri()
64 NOUVEAU_ERR("\n"); in nvc0_render_reset_stipple_counter()
Dnvc0_screen.c158 NOUVEAU_ERR("unknown PIPE_CAP %d\n", param); in nvc0_screen_get_param()
223 NOUVEAU_ERR("unknown PIPE_SHADER_CAP %d\n", param); in nvc0_screen_get_shader_param()
244 NOUVEAU_ERR("unknown PIPE_CAP %d\n", param); in nvc0_screen_get_paramf()
394 NOUVEAU_ERR(str, err); \
Dnvc0_program.c574 NOUVEAU_ERR("shader translation failed: %i\n", ret); in nvc0_program_translate()
615 NOUVEAU_ERR("unknown program type: %u\n", prog->type); in nvc0_program_translate()
674 NOUVEAU_ERR("out of code space\n"); in nvc0_program_upload_code()
Dnvc0_miptree.c177 NOUVEAU_ERR("invalid nr_samples: %u\n", mt->base.base.nr_samples); in nvc0_miptree_init_ms_mode()
Dnvc0_surface.c88 NOUVEAU_ERR("invalid/unsupported surface format: %s\n", in nvc0_2d_texture_set()
1056 NOUVEAU_ERR("failed to allocate blit context\n"); in nvc0_blitctx_create()
Dnvc0_tex.c181 NOUVEAU_ERR("invalid texture target: %d\n", mt->base.base.target); in nvc0_create_sampler_view()
Dnvc0_state.c424 NOUVEAU_ERR("unknown wrap mode: %d\n", wrap); in nv50_tsc_wrap_mode()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_draw.c41 NOUVEAU_ERR("\n"); in nv50_render_point()
47 NOUVEAU_ERR("\n"); in nv50_render_line()
53 NOUVEAU_ERR("\n"); in nv50_render_tri()
64 NOUVEAU_ERR("\n"); in nv50_render_reset_stipple_counter()
Dnv50_screen.c180 NOUVEAU_ERR("unknown PIPE_CAP %d\n", param); in nv50_screen_get_param()
235 NOUVEAU_ERR("unknown PIPE_SHADER_CAP %d\n", param); in nv50_screen_get_shader_param()
255 NOUVEAU_ERR("unknown PIPE_CAP %d\n", param); in nv50_screen_get_paramf()
553 NOUVEAU_ERR("Failed to allocate local bo: %d\n", ret); in nv50_tls_alloc()
571 NOUVEAU_ERR("Unsupported number of temporaries (%u > %u). Fixable if someone cares.\n", in nv50_tls_realloc()
608 NOUVEAU_ERR("nouveau_screen_init failed: %d\n", ret); in nv50_screen_create()
639 NOUVEAU_ERR("Failed to allocate fence bo: %d\n", ret); in nv50_screen_create()
652 NOUVEAU_ERR("Failed to allocate notifier: %d\n", ret); in nv50_screen_create()
659 NOUVEAU_ERR("Failed to allocate PGRAPH context for M2MF: %d\n", ret); in nv50_screen_create()
666 NOUVEAU_ERR("Failed to allocate PGRAPH context for 2D: %d\n", ret); in nv50_screen_create()
[all …]
Dnv50_debug.h18 #define NOUVEAU_ERR(fmt, args...) \ macro
Dnv50_miptree.c179 NOUVEAU_ERR("invalid nr_samples: %u\n", mt->base.base.nr_samples); in nv50_miptree_init_ms_mode()
424 NOUVEAU_ERR("Creating unsupported 3D surface !\n"); in nv50_miptree_surface_new()
Dnv50_push.c257 NOUVEAU_ERR("draw_stream_output not supported on pre-NVA0 cards\n"); in nv50_push_vbo()
Dnv50_tex.c180 NOUVEAU_ERR("invalid texture target: %d\n", mt->base.base.target); in nv50_create_sampler_view()
Dnv50_surface.c85 NOUVEAU_ERR("invalid/unsupported surface format: %s\n", in nv50_2d_texture_set()
964 NOUVEAU_ERR("failed to allocate blit context\n"); in nv50_blitctx_create()
Dnv50_program.c343 NOUVEAU_ERR("shader translation failed: %i\n", ret); in nv50_program_translate()
Dnv50_shader_state.c57 NOUVEAU_ERR("user constbufs only supported in slot 0\n"); in nv50_constbufs_validate()
Dnv50_vbo.c674 NOUVEAU_ERR("draw_stream_output not supported on pre-NVA0 cards\n"); in nva0_draw_stream_output()
Dnv50_state.c449 NOUVEAU_ERR("unknown wrap mode: %d\n", wrap); in nv50_tsc_wrap_mode()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c70 NOUVEAU_ERR("out of temps!!\n"); in temp()
386 NOUVEAU_ERR("bad src file\n"); in tgsi_src()
436 NOUVEAU_ERR("bad dst file %i\n", fdst->Register.File); in tgsi_dst()
525 NOUVEAU_ERR("bad src file\n"); in nvfx_vertprog_parse_instruction()
801 NOUVEAU_ERR("invalid opcode %d\n", finst->Instruction.Opcode); in nvfx_vertprog_parse_instruction()
841 NOUVEAU_ERR("bad colour semantic index\n"); in nvfx_vertprog_parse_decl_output()
852 NOUVEAU_ERR("bad bcolour semantic index\n"); in nvfx_vertprog_parse_decl_output()
877 NOUVEAU_ERR("cannot handle edgeflag output\n"); in nvfx_vertprog_parse_decl_output()
880 NOUVEAU_ERR("bad output semantic\n"); in nvfx_vertprog_parse_decl_output()
1089 NOUVEAU_ERR("invalid clip dist #%d\n", i); in _nvfx_vertprog_translate()
Dnv30_screen.h6 #define NOUVEAU_ERR(fmt, args...) \ macro
Dnvfx_fragprog.c50 NOUVEAU_ERR("out of temps!!\n"); in temp()
394 NOUVEAU_ERR("bad src file\n"); in tgsi_src()
422 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File); in tgsi_dst()
521 NOUVEAU_ERR("bad src file\n"); in nvfx_fragprog_parse_instruction()
883 NOUVEAU_ERR("Sorry, the continue keyword is not implemented: ignoring it.\n"); in nvfx_fragprog_parse_instruction()
890 NOUVEAU_ERR("invalid opcode %d\n", finst->Instruction.Opcode); in nvfx_fragprog_parse_instruction()
901 NOUVEAU_ERR( in nvfx_fragprog_parse_instruction()
1003 NOUVEAU_ERR("bad rcol index\n"); in nvfx_fragprog_parse_decl_output()
1008 NOUVEAU_ERR("bad output semantic\n"); in nvfx_fragprog_parse_decl_output()
Dnv30_context.c100 NOUVEAU_ERR(str, err); \
Dnv30_screen.c318 NOUVEAU_ERR(str, err); \
363 NOUVEAU_ERR("unknown 3d class for 0x%02x\n", dev->chipset); in nv30_screen_create()