Searched refs:PRINT_ERR (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pm4.c | 74 PRINT_ERR("Invalid register offset %08x!\n", reg); in si_pm4_set_reg()
|
D | si_state.c | 281 PRINT_ERR("Unknown blend function %d\n", blend_func); in si_translate_blend_function() 330 PRINT_ERR("Bad blend factor %d not supported!\n", blend_fact); in si_translate_blend_factor() 1096 PRINT_ERR("Unknown stencil op %d", s_op); in si_translate_stencil_op() 2124 PRINT_ERR("radeonsi: unsupported texture type %d\n", target); in si_is_format_supported() 2252 PRINT_ERR("Invalid CB format: %d, disabling CB.\n", surf->base.format); in si_initialize_color_surface() 2398 PRINT_ERR("Invalid DB format: %d, disabling DB.\n", tex->buffer.b.b.format); in si_init_depth_surface() 2868 PRINT_ERR("Requested an invalid number of samples %i.\n", sctx->framebuffer.nr_samples); in si_set_framebuffer_state()
|
D | si_texture.c | 1551 PRINT_ERR("failed to create temporary texture to hold flushed depth\n"); in si_init_flushed_depth_texture() 1727 PRINT_ERR("failed to create temporary texture to hold untiled copy\n"); in si_texture_transfer_map()
|
D | si_pipe.h | 1949 #define PRINT_ERR(fmt, args...) \ macro
|
D | si_state_shaders.c | 2091 PRINT_ERR("Failed to build shader variant (type=%u)\n", sel->info.stage); in si_build_shader_variant()
|