Home
last modified time | relevance | path

Searched refs:R600_ERR (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pm4.c71 R600_ERR("Invalid register offset %08x!\n", reg); in si_pm4_set_reg()
Dsi_state.c295 R600_ERR("Unknown blend function %d\n", blend_func); in si_translate_blend_function()
344 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); in si_translate_blend_factor()
1135 R600_ERR("Unknown stencil op %d", s_op); in si_translate_stencil_op()
2149 R600_ERR("r600: unsupported texture type %d\n", target); in si_is_format_supported()
2387 R600_ERR("Invalid CB format: %d, disabling CB.\n", surf->base.format); in si_initialize_color_surface()
2519 R600_ERR("Invalid DB format: %d, disabling DB.\n", rtex->resource.b.b.format); in si_init_depth_surface()
2938 R600_ERR("Requested an invalid number of samples %i.\n", in si_set_framebuffer_state()
Dsi_state_shaders.c1460 R600_ERR("Failed to build shader variant (type=%u) %d\n", in si_build_shader_variant()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c608 R600_ERR("Invalid sample count for FMASK allocation.\n"); in r600_texture_get_fmask_info()
621 R600_ERR("Got error in surface_init while allocating FMASK.\n"); in r600_texture_get_fmask_info()
1204 R600_ERR("failed to create temporary texture to hold flushed depth\n"); in r600_init_flushed_depth_texture()
1370 R600_ERR("failed to create temporary texture to hold untiled copy\n"); in r600_texture_transfer_map()
1378 R600_ERR("failed to create a temporary depth texture\n"); in r600_texture_transfer_map()
1397 R600_ERR("failed to create temporary texture to hold untiled copy\n"); in r600_texture_transfer_map()
1427 R600_ERR("failed to create temporary texture to hold untiled copy\n"); in r600_texture_transfer_map()
Dr600_asm.c1042 R600_ERR("unexpected kcache line mode\n"); in r600_bytecode_assign_kcache_banks()
1324 R600_ERR("Unknown chip class %d.\n", bc->chip_class); in r600_bytecode_num_tex_and_vtx_instructions()
1377 R600_ERR("Unknown chip class %d.\n", bc->chip_class); in r600_bytecode_add_vtx_internal()
1768 R600_ERR("unknown chip class %d.\n", bc->chip_class); in r600_bytecode_build()
2543 R600_ERR("unsupported vertex format %s\n", util_format_name(pformat)); in r600_vertex_data_type()
2617 R600_ERR("unknown format %d\n", elements[i].src_format); in r600_create_vertex_fetch_shader()
2623 R600_ERR("too big src_offset: %u\n", elements[i].src_offset); in r600_create_vertex_fetch_shader()
Dr600_shader.c183 R600_ERR("translation from TGSI failed !\n"); in r600_pipe_shader_create()
205 R600_ERR("building bytecode failed !\n"); in r600_pipe_shader_create()
218 R600_ERR("r600_sb_bytecode_process failed !\n"); in r600_pipe_shader_create()
418 R600_ERR("too many dst (%d)\n", i->Instruction.NumDstRegs); in tgsi_is_supported()
423 R600_ERR("label unsupported\n"); in tgsi_is_supported()
442 R600_ERR("unsupported src %d (file %d, dimension %d)\n", j, in tgsi_is_supported()
453 R600_ERR("unsupported dst (dimension)\n"); in tgsi_is_supported()
1082 R600_ERR("unsupported file %d declaration\n", d->Declaration.File); in tgsi_declaration()
2096 R600_ERR("Too many stream outputs: %d\n", so->num_outputs); in emit_streamout()
2102 R600_ERR("Exceeded the max number of stream output buffers, got: %d\n", in emit_streamout()
[all …]
Dr600_pipe_common.h924 #define R600_ERR(fmt, args...) \ macro
Dr600_pipe.c196 R600_ERR("Unsupported chip class %d.\n", rctx->b.chip_class); in r600_create_context()
Dr600_state.c47 R600_ERR("Unknown blend function %d\n", blend_func); in r600_translate_blend_function()
96 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); in r600_translate_blend_factor()
171 R600_ERR("r600: unsupported texture type %d\n", target); in r600_is_format_supported()
2061 R600_ERR("shaders require too many register (%d + %d + %d + %d) " in r600_adjust_gprs()
Dr600_state_common.c871 R600_ERR("Failed to build shader variant (type=%u) %d\n", in r600_shader_select()
1177 R600_ERR("Failed to allocate BE swap buffer.\n"); in r600_set_constant_buffer()
2322 R600_ERR("Unknown stencil op %d", s_op); in r600_translate_stencil_op()
Devergreen_state.c116 R600_ERR("Unknown blend function %d\n", blend_func); in r600_translate_blend_function()
165 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); in r600_translate_blend_factor()
251 R600_ERR("r600: unsupported texture type %d\n", target); in evergreen_is_format_supported()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c864 R600_ERR("Invalid sample count for FMASK allocation.\n"); in si_texture_get_fmask_info()
870 R600_ERR("Got error in surface_init while allocating FMASK.\n"); in si_texture_get_fmask_info()
1568 R600_ERR("failed to create temporary texture to hold flushed depth\n"); in si_init_flushed_depth_texture()
1730 R600_ERR("failed to create temporary texture to hold untiled copy\n"); in r600_texture_transfer_map()
1738 R600_ERR("failed to create a temporary depth texture\n"); in r600_texture_transfer_map()
1757 R600_ERR("failed to create temporary texture to hold untiled copy\n"); in r600_texture_transfer_map()
1787 R600_ERR("failed to create temporary texture to hold untiled copy\n"); in r600_texture_transfer_map()
Dr600_pipe_common.h664 #define R600_ERR(fmt, args...) \ macro