/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 288 NOUVEAU_ERR("NOUVEAU_GETPARAM_PCI_DEVICE failed.\n"); in nv50_screen_get_param() 301 NOUVEAU_ERR("unknown PIPE_CAP %d\n", param); in nv50_screen_get_param() 379 NOUVEAU_ERR("unknown PIPE_SHADER_CAP %d\n", param); in nv50_screen_get_shader_param() 406 NOUVEAU_ERR("unknown PIPE_CAPF %d\n", param); in nv50_screen_get_paramf() 800 NOUVEAU_ERR("Failed to allocate local bo: %d\n", ret); in nv50_tls_alloc() 818 NOUVEAU_ERR("Unsupported number of temporaries (%u > %u). Fixable if someone cares.\n", in nv50_tls_realloc() 856 NOUVEAU_ERR("nouveau_screen_init failed: %d\n", ret); in nv50_screen_create() 902 NOUVEAU_ERR("Failed to allocate fence bo: %d\n", ret); in nv50_screen_create() 915 NOUVEAU_ERR("Failed to allocate notifier: %d\n", ret); in nv50_screen_create() 922 NOUVEAU_ERR("Failed to allocate PGRAPH context for M2MF: %d\n", ret); in nv50_screen_create() [all …]
|
D | nv50_compute.c | 61 NOUVEAU_ERR("unsupported chipset: NV%02x\n", dev->chipset); in nv50_screen_compute_setup() 254 NOUVEAU_ERR("Failed to launch grid !\n"); in nv50_launch_grid()
|
D | nv50_miptree.c | 232 NOUVEAU_ERR("invalid nr_samples: %u\n", mt->base.base.nr_samples); in nv50_miptree_init_ms_mode() 522 NOUVEAU_ERR("Creating unsupported 3D surface !\n"); in nv50_miptree_surface_new()
|
D | nv50_program.c | 377 NOUVEAU_ERR("shader translation failed: %i\n", ret); in nv50_program_translate() 476 NOUVEAU_ERR("shader too large (0x%x) to fit in code space ?\n", size); in nv50_program_upload_code()
|
D | nv50_query_hw_sm.c | 175 NOUVEAU_ERR("Not enough free MP counter slots !\n"); in nv50_hw_sm_begin_query()
|
D | nv50_push.c | 297 NOUVEAU_ERR("draw_stream_output not supported on pre-NVA0 cards\n"); in nv50_push_vbo()
|
D | nv50_state.c | 477 NOUVEAU_ERR("unknown wrap mode: %d\n", wrap); in nv50_tsc_wrap_mode() 1219 NOUVEAU_ERR("Cannot map into TGSI_RESOURCE_GLOBAL: " in nv50_set_global_handle()
|
D | nv50_surface.c | 94 NOUVEAU_ERR("invalid/unsupported surface format: %s\n", in nv50_2d_texture_set() 1754 NOUVEAU_ERR("failed to allocate blitter struct\n"); in nv50_blitter_create() 1792 NOUVEAU_ERR("failed to allocate blit context\n"); in nv50_blitctx_create()
|
D | nv50_shader_state.c | 62 NOUVEAU_ERR("user constbufs only supported in slot 0\n"); in nv50_constbufs_validate()
|
D | nv50_vbo.c | 724 NOUVEAU_ERR("draw_stream_output not supported on pre-NVA0 cards\n"); in nva0_draw_stream_output()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 74 NOUVEAU_ERR("out of temps!!\n"); in temp() 388 NOUVEAU_ERR("bad src file\n"); in tgsi_src() 438 NOUVEAU_ERR("bad dst file %i\n", fdst->Register.File); in tgsi_dst() 527 NOUVEAU_ERR("bad src file\n"); in nvfx_vertprog_parse_instruction() 782 NOUVEAU_ERR("invalid opcode %d\n", finst->Instruction.Opcode); in nvfx_vertprog_parse_instruction() 823 NOUVEAU_ERR("bad colour semantic index\n"); in nvfx_vertprog_parse_decl_output() 834 NOUVEAU_ERR("bad bcolour semantic index\n"); in nvfx_vertprog_parse_decl_output() 865 NOUVEAU_ERR("bad output semantic\n"); in nvfx_vertprog_parse_decl_output() 1074 NOUVEAU_ERR("invalid clip dist #%d\n", i); in _nvfx_vertprog_translate()
|
D | nvfx_fragprog.c | 54 NOUVEAU_ERR("out of temps!!\n"); in temp() 400 NOUVEAU_ERR("bad src file\n"); in tgsi_src() 428 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File); in tgsi_dst() 527 NOUVEAU_ERR("bad src file\n"); in nvfx_fragprog_parse_instruction() 830 NOUVEAU_ERR("Sorry, the continue keyword is not implemented: ignoring it.\n"); in nvfx_fragprog_parse_instruction() 837 NOUVEAU_ERR("invalid opcode %d\n", finst->Instruction.Opcode); in nvfx_fragprog_parse_instruction() 848 NOUVEAU_ERR( in nvfx_fragprog_parse_instruction() 953 NOUVEAU_ERR("bad rcol index\n"); in nvfx_fragprog_parse_decl_output() 958 NOUVEAU_ERR("bad output semantic\n"); in nvfx_fragprog_parse_decl_output()
|
D | nv30_screen.c | 236 NOUVEAU_ERR("NOUVEAU_GETPARAM_PCI_DEVICE failed.\n"); in nv30_screen_get_param() 482 NOUVEAU_ERR(str, err); \ 524 NOUVEAU_ERR("unknown 3d class for 0x%02x\n", dev->chipset); in nv30_screen_create()
|
D | nv30_context.c | 184 NOUVEAU_ERR(str, err); \
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_debug.h | 18 #define NOUVEAU_ERR(fmt, args...) \ macro
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.c | 317 NOUVEAU_ERR("NOUVEAU_GETPARAM_PCI_DEVICE failed.\n"); in nvc0_screen_get_param() 330 NOUVEAU_ERR("unknown PIPE_CAP %d\n", param); in nvc0_screen_get_param() 431 NOUVEAU_ERR("unknown PIPE_SHADER_CAP %d\n", param); in nvc0_screen_get_shader_param() 459 NOUVEAU_ERR("unknown PIPE_CAPF %d\n", param); in nvc0_screen_get_paramf() 727 NOUVEAU_ERR("requested TLS size too large: 0x%"PRIx64"\n", size); in nvc0_screen_resize_tls_area() 797 NOUVEAU_ERR(str, err); \
|
D | nvc0_program.c | 613 NOUVEAU_ERR("shader translation failed: %i\n", ret); in nvc0_program_translate() 656 NOUVEAU_ERR("unknown program type: %u\n", prog->type); in nvc0_program_translate() 818 NOUVEAU_ERR("Error allocating TEXT area: %d\n", ret); in nvc0_program_upload() 838 NOUVEAU_ERR("shader too large (0x%x) to fit in code space ?\n", size); in nvc0_program_upload() 849 NOUVEAU_ERR("failed to re-upload a shader after code eviction.\n"); in nvc0_program_upload()
|
D | nvc0_compute.c | 47 NOUVEAU_ERR("unsupported chipset: NV%02x\n", dev->chipset); in nvc0_screen_compute_setup() 54 NOUVEAU_ERR("Failed to allocate compute object: %d\n", ret); in nvc0_screen_compute_setup() 433 NOUVEAU_ERR("Failed to launch grid !\n"); in nvc0_launch_grid()
|
D | nve4_compute.c | 65 NOUVEAU_ERR("unsupported chipset: NV%02x\n", dev->chipset); in nve4_screen_compute_setup() 72 NOUVEAU_ERR("Failed to allocate compute object: %d\n", ret); in nve4_screen_compute_setup() 752 NOUVEAU_ERR("Failed to launch grid !\n"); in nve4_launch_grid()
|
D | nvc0_miptree.c | 159 NOUVEAU_ERR("invalid nr_samples: %u\n", mt->base.base.nr_samples); in nvc0_miptree_init_ms_mode()
|
D | nvc0_surface.c | 96 NOUVEAU_ERR("invalid/unsupported surface format: %s\n", in nvc0_2d_texture_set() 1662 NOUVEAU_ERR("failed to allocate blitter struct\n"); in nvc0_blitter_create() 1701 NOUVEAU_ERR("failed to allocate blit context\n"); in nvc0_blitctx_create()
|
D | nvc0_query_hw_sm.c | 2324 NOUVEAU_ERR("Not enough free MP counter slots !\n"); in nve4_hw_sm_begin_query() 2407 NOUVEAU_ERR("Not enough free MP counter slots !\n"); in nvc0_hw_sm_begin_query()
|
D | nvc0_state.c | 1294 NOUVEAU_ERR("Cannot map into TGSI_RESOURCE_GLOBAL: " in nvc0_set_global_handle()
|
D | nvc0_tex.c | 944 NOUVEAU_ERR("unsupported surface format, try is_format_supported() !\n"); in nve4_set_surface_info()
|