Searched refs:R600_ERR (Results 1 - 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | r600.h | 35 #define R600_ERR(fmt, args...) \ macro
|
H A D | r600_buffer.c | 199 R600_ERR("Failed to allocate BE swap buffer.\n");
|
H A D | radeonsi_pipe.c | 69 R600_ERR("r600: failed to create bo for fence objects\n"); 96 R600_ERR("r600: too many concurrent fences\n"); 227 R600_ERR("Unsupported chip class %d.\n", rctx->chip_class);
|
H A D | radeonsi_pm4.c | 72 R600_ERR("Invalid register offset %08x!\n", reg);
|
H A D | si_state.c | 78 R600_ERR("Unknown blend function %d\n", blend_func); 127 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); 551 R600_ERR("Unknown stencil op %d", s_op); 950 R600_ERR("unsupported colorswap format %d\n", format); 1198 /* R600_ERR("Unable to handle texformat %d %s\n", format, util_format_name(format)); */ 1394 R600_ERR("r600: unsupported texture type %d\n", target); 1673 R600_ERR("Invalid DB tiling mode %d!\n", 1843 R600_ERR("Failed to build shader variant (type=%u, key=%u) %d\n", 2320 R600_ERR("unsupported %d\n", shader);
|
H A D | r600_texture.c | 322 R600_ERR("failed to create temporary texture to hold untiled copy\n"); 355 R600_ERR("failed to create temporary texture to hold untiled copy\n"); 650 R600_ERR("failed to create temporary texture to hold untiled copy\n");
|
H A D | si_state_draw.c | 239 R600_ERR("unsupported primitive type %d\n", pprim);
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | eg_asm.c | 142 R600_ERR("unsupported CF instruction (0x%X)\n", cf->inst);
|
H A D | r600.h | 33 #define R600_ERR(fmt, args...) \ macro
|
H A D | r600_asm.c | 120 default: R600_ERR( 203 default: R600_ERR( 1305 R600_ERR("unexpected kcache line mode\n"); 1569 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1586 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1621 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1895 R600_ERR("unsupported CF instruction (0x%X)\n", cf->inst); 1966 R600_ERR("unsupported CF instruction (0x%X)\n", cf->inst); 1999 R600_ERR("unsupported CF instruction (0x%X)\n", cf->inst); 2038 R600_ERR("unknow [all...] |
H A D | r600_texture.c | 283 R600_ERR("Invalid sample count for FMASK allocation.\n"); 297 R600_ERR("Got error in surface_init while allocating FMASK.\n"); 589 R600_ERR("failed to create temporary texture to hold flushed depth\n"); 650 R600_ERR("failed to create temporary texture to hold untiled copy\n"); 690 R600_ERR("failed to create temporary texture to hold untiled copy\n"); 1169 /* R600_ERR("Unable to handle texformat %d %s\n", format, util_format_name(format)); */
|
H A D | r600_pipe.c | 52 R600_ERR("r600: failed to create bo for fence objects\n"); 79 R600_ERR("r600: too many concurrent fences\n"); 284 R600_ERR("Unsupported chip class %d.\n", rctx->chip_class);
|
H A D | r600_shader.c | 141 R600_ERR("translation from TGSI failed !\n"); 146 R600_ERR("building bytecode failed !\n"); 565 R600_ERR("too many dst (%d)\n", i->Instruction.NumDstRegs); 569 R600_ERR("predicate unsupported\n"); 574 R600_ERR("label unsupported\n"); 580 R600_ERR("unsupported src %d (dimension %d)\n", j, 587 R600_ERR("unsupported dst (dimension)\n"); 879 R600_ERR("unsupported file %d declaration\n", d->Declaration.File); 1333 R600_ERR("unsupported token type %d\n", ctx.parse.FullToken.Token.Type); 1472 R600_ERR("exceede [all...] |
H A D | r600_state.c | 46 R600_ERR("Unknown blend function %d\n", blend_func); 95 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); 311 R600_ERR("unsupported colorswap format %d\n", format); 579 R600_ERR("r600: unsupported texture type %d\n", target); 1576 R600_ERR("Invalid nr_samples %i\n", nsample);
|
H A D | r600_state_common.c | 751 R600_ERR("Failed to build shader variant (type=%u, key=%u) %d\n", 954 R600_ERR("Failed to allocate BE swap buffer.\n"); 1445 R600_ERR("Unknown stencil op %d", s_op);
|
H A D | evergreen_state.c | 102 R600_ERR("Unknown blend function %d\n", blend_func); 151 R600_ERR("Bad blend factor %d not supported!\n", blend_fact); 364 R600_ERR("unsupported colorswap format %d\n", format); 627 R600_ERR("r600: unsupported texture type %d\n", target); 1583 R600_ERR("Invalid nr_samples %i\n", nsample); 1665 R600_ERR("Invalid nr_samples %i\n", nsample);
|
Completed in 165 milliseconds