Searched refs:I830FALLBACK (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i915_render.c | 165 I830FALLBACK("Unsupported dest format 0x%x\n", 175 I830FALLBACK("Unsupported picture repeat %d\n", pPict->repeatType); 179 I830FALLBACK("Unsupported filter 0x%x\n", pPict->filter); 188 I830FALLBACK("Picture w/h too large (%dx%d)\n", w, h); 197 I830FALLBACK("Unsupported picture format 0x%x\n", 213 I830FALLBACK("Unsupported Composite op 0x%x\n", op); 223 I830FALLBACK("Component alpha not supported with source " 228 I830FALLBACK("Check Src picture texture\n"); 230 I830FALLBACK("Check Mask picture texture\n"); 233 I830FALLBACK("Ge [all...] |
| H A D | i830_render.c | 170 I830FALLBACK("Unsupported dest format 0x%x\n", 202 I830FALLBACK("Can't do dst alpha blending with PICT_a8 dest.\n"); 227 I830FALLBACK("Unsupported picture repeat %d\n", pPict->repeatType); 232 I830FALLBACK("Unsupported filter 0x%x\n", pPict->filter); 242 I830FALLBACK("Picture w/h too large (%dx%d)\n", w, h); 251 I830FALLBACK("Unsupported picture format 0x%x\n", 377 I830FALLBACK("Unsupported Composite op 0x%x\n", op); 387 I830FALLBACK("Component alpha not supported with source " 392 I830FALLBACK("Check Src picture texture\n"); 394 I830FALLBACK("Chec [all...] |
| H A D | i830_uxa.c | 130 I830FALLBACK("VT inactive\n"); 137 I830FALLBACK("Couldn't get aperture space for BOs\n"); 172 I830FALLBACK("planemask is not solid"); 175 I830FALLBACK("solid 24bpp unsupported!\n"); 178 I830FALLBACK("under 8bpp pixmaps unsupported\n"); 185 I830FALLBACK("pixmap pitch not aligned"); 267 I830FALLBACK("planemask is not solid"); 270 I830FALLBACK("under 8bpp pixmaps unsupported\n");
|
| H A D | i965_render.c | 177 I830FALLBACK("Unsupported dest format 0x%x\n", 187 I830FALLBACK("extended repeat (%d) not supported\n", 193 I830FALLBACK("Unsupported filter 0x%x\n", pPict->filter); 203 I830FALLBACK("Picture w/h too large (%dx%d)\n", w, h); 212 I830FALLBACK("Unsupported picture format 0x%x\n", 228 I830FALLBACK("Unsupported Composite op 0x%x\n", op); 239 I830FALLBACK("Component alpha not supported with source " 245 I830FALLBACK("Check Src picture texture\n"); 247 I830FALLBACK("Check Mask picture texture\n"); 250 I830FALLBACK("Ge [all...] |
| H A D | i830.h | 864 #define I830FALLBACK(s, arg...) \ macro 877 if (pitch > KB(32)) I830FALLBACK("pitch exceeds 2d limit 32K\n");\ 883 if (pitch > KB(8)) I830FALLBACK("pitch exceeds 3d limit 8K\n");\
|
Completed in 10 milliseconds