Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c288 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 …]
Dnv50_compute.c61 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()
Dnv50_miptree.c232 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()
Dnv50_program.c377 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()
Dnv50_query_hw_sm.c175 NOUVEAU_ERR("Not enough free MP counter slots !\n"); in nv50_hw_sm_begin_query()
Dnv50_push.c297 NOUVEAU_ERR("draw_stream_output not supported on pre-NVA0 cards\n"); in nv50_push_vbo()
Dnv50_state.c477 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()
Dnv50_surface.c94 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()
Dnv50_shader_state.c62 NOUVEAU_ERR("user constbufs only supported in slot 0\n"); in nv50_constbufs_validate()
Dnv50_vbo.c724 NOUVEAU_ERR("draw_stream_output not supported on pre-NVA0 cards\n"); in nva0_draw_stream_output()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c74 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()
Dnvfx_fragprog.c54 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()
Dnv30_screen.c236 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()
Dnv30_context.c184 NOUVEAU_ERR(str, err); \
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_debug.h18 #define NOUVEAU_ERR(fmt, args...) \ macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c317 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); \
Dnvc0_program.c613 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()
Dnvc0_compute.c47 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()
Dnve4_compute.c65 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()
Dnvc0_miptree.c159 NOUVEAU_ERR("invalid nr_samples: %u\n", mt->base.base.nr_samples); in nvc0_miptree_init_ms_mode()
Dnvc0_surface.c96 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()
Dnvc0_query_hw_sm.c2324 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()
Dnvc0_state.c1294 NOUVEAU_ERR("Cannot map into TGSI_RESOURCE_GLOBAL: " in nvc0_set_global_handle()
Dnvc0_tex.c944 NOUVEAU_ERR("unsupported surface format, try is_format_supported() !\n"); in nve4_set_surface_info()