HomeSort by relevance Sort by last modified time
    Searched refs:R600_ERR (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
r600.h 35 #define R600_ERR(fmt, args...) \
r600_buffer.c 199 R600_ERR("Failed to allocate BE swap buffer.\n");
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);
radeonsi_pm4.c 72 R600_ERR("Invalid register offset %08x!\n", reg);
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);
    [all...]
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");
si_state_draw.c 239 R600_ERR("unsupported primitive type %d\n", pprim);
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 142 R600_ERR("unsupported CF instruction (0x%X)\n", cf->inst);
r600.h 33 #define R600_ERR(fmt, args...) \
r600_asm.c 120 default: R600_ERR(
203 default: R600_ERR(
    [all...]
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");
    [all...]
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);
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);
    [all...]
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);
    [all...]
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");
    [all...]
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);
    [all...]

Completed in 509 milliseconds