| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_trapezoid.c | 55 pict_format = PictureMatchFormat(screen, 8, PICT_a8); 98 mask_format = PictureMatchFormat(screen, 8, PICT_a8);
|
| H A D | glamor_picture.c | 88 *temp_format = PICT_a8; 194 case PICT_a8:
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64render.c | 135 case PICT_a8: 313 {PICT_a8, MACH64_DATATYPE_RGB8, MACH64_DATATYPE_RGB8 } 407 if (pDstPicture->format == PICT_a8) { 408 if (pMaskPicture || pSrcPicture->format != PICT_a8 || op != PictOpAdd) 412 if (pDstPicture->format != PICT_a8) { 413 if (pSrcPicture->format == PICT_a8) 442 if (!mask_comp && pMaskPicture->format != PICT_a8)
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mitrap.c | 58 pPictFormat = PictureMatchFormat (pScreen, 8, PICT_a8); 185 maskFormat = PictureMatchFormat (pScreen, 8, PICT_a8);
|
| H A D | picture.h | 101 PICT_a8 = PIXMAN_a8, enumerator in enum:_PictFormatShort
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | i830_render.c | 132 {PICT_a8, MAPSURF_8BIT | MT_8BIT_A8}, 161 case PICT_a8: 199 if (dst_format == PICT_a8 && ((sblend == BLENDFACTOR_DST_ALPHA || 202 "PICT_a8 dest.\n"); 530 || dest_picture->format == PICT_a8) { 548 if (dest_picture->format == PICT_a8 ||
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | i830_render.c | 132 {PICT_a8, MAPSURF_8BIT | MT_8BIT_A8}, 161 case PICT_a8: 199 if (dst_format == PICT_a8 && ((sblend == BLENDFACTOR_DST_ALPHA || 202 "PICT_a8 dest.\n"); 530 || dest_picture->format == PICT_a8) { 548 if (dest_picture->format == PICT_a8 ||
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_render.c | 141 {PICT_a8, MT_8BIT_A8 }, 158 case PICT_a8: 200 if (dst_format == PICT_a8 && ((sblend == BLENDFACTOR_DST_ALPHA || 202 I830FALLBACK("Can't do dst alpha blending with PICT_a8 dest.\n"); 465 i830_blend_op[op].src_alpha) || pDstPicture->format == PICT_a8) 492 if (pDstPicture->format != PICT_a8 &&
|
| H A D | i915_render.c | 89 {PICT_a8, MAPSURF_8BIT | MT_8BIT_A8 }, 114 if ((dst_format == PICT_a8) && i915_blend_op[op].dst_alpha) { 153 case PICT_a8:
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_render.c | 59 pPictFormat = PictureMatchFormat(pScreen, 8, PICT_a8); 143 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8); 203 maskFormat = PictureMatchFormat(pScreen, 8, PICT_a8);
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | picture.h | 101 PICT_a8 = PIXMAN_a8, enumerator in enum:_PictFormatShort
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv10_exa.c | 41 { PICT_a8, 0x80 }, 48 { PICT_a8, 0x980 }, 55 { PICT_a8, 0xd80 }, 249 case PICT_a8: 280 case PICT_a8: 310 case PICT_a8:
|
| H A D | nv50_exa.c | 399 case PICT_a8: 430 case PICT_a8 : format = NV50_SURFACE_FORMAT_A8_UNORM; break; 487 case PICT_a8: 600 case PICT_a8: 859 if (pdpict->format == PICT_a8) { 874 if (pdpict->format == PICT_a8)
|
| H A D | nvc0_exa.c | 401 case PICT_a8: 432 case PICT_a8 : format = NV50_SURFACE_FORMAT_A8_UNORM; break; 483 case PICT_a8: 592 case PICT_a8: 845 if (pdpict->format == PICT_a8) { 860 if (pdpict->format == PICT_a8)
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa_render.c | 153 case PICT_a8: 258 if (pDstPicture->format == PICT_a8) { 435 if (pDstPicture->format == PICT_a8) { 570 if (pMaskPicture == NULL && pDstPicture->format == PICT_a8) 572 else if (pSrcPicture->format == PICT_a8) 605 if (pDstPicture->format == PICT_a8) {
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_exa.c | 307 { PICT_a8, MGA_TW8A }, 389 op == PictOpAdd && pSrcPict->format == PICT_a8 && 390 pDstPict->format == PICT_a8) 548 if (pDstPict->format == PICT_a8 && !PICT_FORMAT_A(pSrcPict->format)) { 551 } else if (pDstPict->format == PICT_a8) 553 else if (pSrcPict->format == PICT_a8)
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_render.c | 109 {PICT_a8, RADEON_TXFORMAT_I8 | RADEON_TXFORMAT_ALPHA_IN_MAP}, 120 {PICT_a8, R200_TXFORMAT_I8 | R200_TXFORMAT_ALPHA_IN_MAP}, 135 {PICT_a8, R300_EASY_TX_FORMAT(ZERO, ZERO, ZERO, X, X8)}, 154 case PICT_a8: 185 case PICT_a8: 639 if (pDstPicture->format == PICT_a8 && RadeonBlendOp[op].dst_alpha) 707 if (pDstPicture->format == PICT_a8 || 711 } else if (pSrcPicture->format == PICT_a8) 719 pDstPicture->format != PICT_a8) 1012 if (pDstPicture->format == PICT_a8 [all...] |
| H A D | radeon_render.c | 152 PICT_a8, 175 case PICT_a8: 584 if (srcFormat != PICT_a8) 926 if (srcFormat != PICT_a8)
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_render.c | 82 {PICT_a8, RADEON_TXFORMAT_I8 | RADEON_TXFORMAT_ALPHA_IN_MAP}, 93 {PICT_a8, R200_TXFORMAT_I8 | R200_TXFORMAT_ALPHA_IN_MAP}, 106 {PICT_a8, R300_EASY_TX_FORMAT(ZERO, ZERO, ZERO, X, X8)}, 125 case PICT_a8: 154 case PICT_a8: 592 if (pDstPicture->format == PICT_a8 && RadeonBlendOp[op].dst_alpha) 658 if (pDstPicture->format == PICT_a8 || 662 } else if (pSrcPicture->format == PICT_a8) 670 pDstPicture->format != PICT_a8) 954 if (pDstPicture->format == PICT_a8 [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | lx_exa.c | 83 PICT_a8, 32, CIMGP_SOURCE_FMT_8_8_8_8, 8} 568 pDst->format == PICT_a8) 572 pDst->format == PICT_a8) 576 pDst->format == PICT_a8) 610 /* XXX - I don't understand PICT_a8 enough - so I'm punting */ 611 if ((op != PictOpAdd) && (pSrc->format == PICT_a8 || 612 pDst->format == PICT_a8)) 613 GEODE_FALLBACK(("PICT_a8 as src or dst format is unsupported\n")); 626 if (pMsk->format != PICT_a8 && pMsk->format != PICT_a4) 1428 == PICT_a8) [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa-glyphs.c | 90 uxa_screen->glyphCaches[i].format = PICT_a8; 93 uxa_screen->glyphCaches[i].format = PICT_a8; 402 cache->glyphWidth, cache->glyphHeight, cache->format == PICT_a8 ? "A" : "ARGB", 505 format = PICT_a8; 782 PictFormatPtr a8Format = PictureMatchFormat (pScreen, 8, PICT_a8);
|
| H A D | uxa-render.c | 67 case PICT_a8: 343 PictureMatchFormat (pScreen, 8, PICT_a8), 510 PICT_a8, x, y, width, height); 1056 pPictFormat = PictureMatchFormat (pScreen, 8, PICT_a8); 1165 maskFormat = PictureMatchFormat (pScreen, 8, PICT_a8); 1261 maskFormat = PictureMatchFormat (pScreen, 8, PICT_a8);
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_glyphs.c | 90 pExaScr->glyphCaches[i].format = PICT_a8; 93 pExaScr->glyphCaches[i].format = PICT_a8; 457 cache->glyphWidth, cache->glyphHeight, cache->format == PICT_a8 ? "A" : "ARGB", 567 format = PICT_a8; 731 PictFormatPtr a8Format = PictureMatchFormat (pScreen, 8, PICT_a8);
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_glyphs.c | 90 pExaScr->glyphCaches[i].format = PICT_a8; 94 pExaScr->glyphCaches[i].format = PICT_a8; 450 cache->format == PICT_a8 ? "A" : "ARGB", 558 format = PICT_a8; 712 PictFormatPtr a8Format = PictureMatchFormat(pScreen, 8, PICT_a8);
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | cg14_accel.c | 67 PICT_a8b8g8r8, PICT_x8b8g8r8, PICT_a8}; 68 int tex_formats[] = {PICT_a8r8g8b8, PICT_a8b8g8r8, PICT_a8}; 1445 case PICT_a8: 1485 if (p->mskformat == PICT_a8) { 1509 if (p->mskformat == PICT_a8) { 1542 case PICT_a8: 1545 if (p->dstformat == PICT_a8) { 1581 if (p->srcformat == PICT_a8) {
|