Searched refs:pict_format (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_trapezoid.c44 PictFormatPtr pict_format,
51 if (!pict_format) {
53 pict_format = PictureMatchFormat(screen, 1, PICT_a1);
55 pict_format = PictureMatchFormat(screen, 8, PICT_a8);
56 if (!pict_format)
61 pict_format->depth,
66 picture = CreatePicture(0, &pixmap->drawable, pict_format,
42 glamor_create_mask_picture(ScreenPtr screen,PicturePtr dst,PictFormatPtr pict_format,CARD16 width,CARD16 height) argument
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa_priv.h99 enum _PictFormatShort pict_format);
102 enum _PictFormatShort pict_format);
H A Dvmwgfx_xa_surface.c172 enum _PictFormatShort pict_format)
177 enum xa_formats format = vmwgfx_xa_format(pict_format);
207 enum _PictFormatShort pict_format)
212 enum xa_formats format = vmwgfx_xa_format(pict_format);
171 vmwgfx_hw_composite_dst_stage(PixmapPtr pixmap,enum _PictFormatShort pict_format) argument
206 vmwgfx_hw_composite_src_stage(PixmapPtr pixmap,enum _PictFormatShort pict_format) argument
H A Dvmwgfx_xa_composite.c149 xa_pict->pict_format = vmwgfx_xa_format(pict->format);
150 if (xa_pict->pict_format == xa_format_unknown)
H A Dvmwgfx_tex_video.c397 if (priv->src_pic->pict_format != format) {
398 priv->src_pic->pict_format = format;
399 priv->dst_pic->pict_format = format;
419 pic->pict_format = format;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_composite.h108 enum xa_formats pict_format; member in struct:xa_picture
H A Dxa_composite.c147 if (xa_format_a(dst_pic->pict_format) == 0 && blend->alpha_dst) {
290 src_pic_format = src_pic->pict_format;
390 if (dst_pic && xa_format_type(dst_pic->pict_format) !=
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_composite.h108 enum xa_formats pict_format; member in struct:xa_picture
H A Dxa_composite.c147 if (xa_format_a(dst_pic->pict_format) == 0 && blend->alpha_dst) {
290 src_pic_format = src_pic->pict_format;
390 if (dst_pic && xa_format_type(dst_pic->pict_format) !=
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen4_source.c51 channel->pict_format = PICT_a8r8g8b8;
99 channel->pict_format = PICT_a8r8g8b8;
H A Dsna_render.c1331 channel->pict_format = PIXMAN_a8;
1334 channel->pict_format = PIXMAN_a8r8g8b8;
1349 PictureMatchFormat(screen, depth, channel->pict_format),
1462 channel->pict_format = PIXMAN_a8r8g8b8;
1506 channel->pict_format =
1509 __FUNCTION__, channel->is_opaque, channel->pict_format));
1522 dst = pixman_image_create_bits(channel->pict_format,
1635 channel->pict_format = PIXMAN_a8;
1637 channel->pict_format = PIXMAN_a8r8g8b8;
1644 w, h, PIXMAN_FORMAT_BPP(channel->pict_format),
[all...]
H A Dgen5_render.c1583 channel->pict_format = picture->format;
1598 channel->pict_format));
1622 channel->card_format = gen5_get_card_format(channel->pict_format);
1908 mc->pict_format = mask->format;
2386 tmp.src.pict_format = tmp.dst.format;
2389 tmp.src.pict_format = sna_format_for_depth(src->depth);
2391 if (!gen5_check_format(tmp.src.pict_format)) {
2393 __FUNCTION__, tmp.src.pict_format));
2436 tmp.src.card_format = gen5_get_card_format(tmp.src.pict_format);
2612 op->base.src.pict_format
[all...]
H A Dgen8_render.c1957 channel->pict_format = picture->format;
1977 if (unaligned(channel->bo, PICT_FORMAT_BPP(channel->pict_format)))
1983 channel->card_format = gen8_get_card_format(channel->pict_format);
2349 mc->pict_format = mask->format;
2418 unaligned(tmp->src.bo, PICT_FORMAT_BPP(tmp->src.pict_format))) &&
2907 tmp.src.pict_format = tmp.dst.format;
2910 tmp.src.pict_format = sna_format_for_depth(src->depth);
2912 if (!gen8_check_format(tmp.src.pict_format))
2948 tmp.src.card_format = gen8_get_card_format(tmp.src.pict_format);
3129 op->base.src.pict_format
[all...]
H A Dgen9_render.c2033 channel->pict_format = picture->format;
2053 if (unaligned(channel->bo, PICT_FORMAT_BPP(channel->pict_format)))
2059 channel->card_format = gen9_get_card_format(channel->pict_format);
2427 mc->pict_format = mask->format;
2496 unaligned(tmp->src.bo, PICT_FORMAT_BPP(tmp->src.pict_format))) &&
2986 tmp.src.pict_format = tmp.dst.format;
2989 tmp.src.pict_format = sna_format_for_depth(src->depth);
2991 if (!gen9_check_format(tmp.src.pict_format))
3027 tmp.src.card_format = gen9_get_card_format(tmp.src.pict_format);
3209 op->base.src.pict_format
[all...]
H A Dgen6_render.c1870 channel->pict_format = picture->format;
1888 channel->pict_format));
1923 channel->card_format = gen6_get_card_format(channel->pict_format);
2285 mc->pict_format = mask->format;
2851 tmp.src.pict_format = tmp.dst.format;
2854 tmp.src.pict_format = sna_format_for_depth(src->depth);
2856 if (!gen6_check_format(tmp.src.pict_format))
2892 tmp.src.card_format = gen6_get_card_format(tmp.src.pict_format);
3080 op->base.src.pict_format = op->base.dst.format;
3083 op->base.src.pict_format
[all...]
H A Dgen7_render.c2112 channel->pict_format = picture->format;
2130 channel->pict_format));
2154 channel->card_format = gen7_get_card_format(channel->pict_format);
2515 mc->pict_format = mask->format;
3066 tmp.src.pict_format = tmp.dst.format;
3069 tmp.src.pict_format = sna_format_for_depth(src->depth);
3071 if (!gen7_check_format(tmp.src.pict_format))
3107 tmp.src.card_format = gen7_get_card_format(tmp.src.pict_format);
3286 op->base.src.pict_format = op->base.dst.format;
3289 op->base.src.pict_format
[all...]
H A Dgen4_render.c1646 channel->pict_format = picture->format;
1670 channel->card_format = gen4_get_card_format(channel->pict_format);
1955 mc->pict_format = mask->format;
2467 tmp.src.pict_format = tmp.dst.format;
2470 tmp.src.pict_format = sna_format_for_depth(src->depth);
2472 if (!gen4_check_format(tmp.src.pict_format))
2511 tmp.src.card_format = gen4_get_card_format(tmp.src.pict_format);
2651 op->base.src.pict_format = op->base.dst.format;
2654 op->base.src.pict_format = sna_format_for_depth(src->drawable.depth);
2656 if (!gen4_check_format(op->base.src.pict_format))
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen4_source.c51 channel->pict_format = PICT_a8r8g8b8;
99 channel->pict_format = PICT_a8r8g8b8;
H A Dsna_render.c1347 channel->pict_format = PIXMAN_a8;
1350 channel->pict_format = PIXMAN_a8r8g8b8;
1365 PictureMatchFormat(screen, depth, channel->pict_format),
1478 channel->pict_format = PIXMAN_a8r8g8b8;
1522 channel->pict_format =
1525 __FUNCTION__, channel->is_opaque, channel->pict_format));
1538 dst = pixman_image_create_bits(channel->pict_format,
1651 channel->pict_format = PIXMAN_a8;
1653 channel->pict_format = PIXMAN_a8r8g8b8;
1660 w, h, PIXMAN_FORMAT_BPP(channel->pict_format),
[all...]
H A Dgen5_render.c1538 channel->pict_format = picture->format;
1553 channel->pict_format));
1577 channel->card_format = gen5_get_card_format(channel->pict_format);
1861 mc->pict_format = mask->format;
2339 tmp.src.pict_format = tmp.dst.format;
2342 tmp.src.pict_format = sna_format_for_depth(src->depth);
2344 if (!gen5_check_format(tmp.src.pict_format)) {
2346 __FUNCTION__, tmp.src.pict_format));
2389 tmp.src.card_format = gen5_get_card_format(tmp.src.pict_format);
2565 op->base.src.pict_format
[all...]
H A Dgen8_render.c1890 channel->pict_format = picture->format;
1910 if (unaligned(channel->bo, PICT_FORMAT_BPP(channel->pict_format)))
1916 channel->card_format = gen8_get_card_format(channel->pict_format);
2248 mc->pict_format = mask->format;
2317 unaligned(tmp->src.bo, PICT_FORMAT_BPP(tmp->src.pict_format))) &&
2797 tmp.src.pict_format = tmp.dst.format;
2800 tmp.src.pict_format = sna_format_for_depth(src->depth);
2802 if (!gen8_check_format(tmp.src.pict_format))
2838 tmp.src.card_format = gen8_get_card_format(tmp.src.pict_format);
3019 op->base.src.pict_format
[all...]
H A Dgen6_render.c1829 channel->pict_format = picture->format;
1847 channel->pict_format));
1882 channel->card_format = gen6_get_card_format(channel->pict_format);
2211 mc->pict_format = mask->format;
2770 tmp.src.pict_format = tmp.dst.format;
2773 tmp.src.pict_format = sna_format_for_depth(src->depth);
2775 if (!gen6_check_format(tmp.src.pict_format))
2811 tmp.src.card_format = gen6_get_card_format(tmp.src.pict_format);
2999 op->base.src.pict_format = op->base.dst.format;
3002 op->base.src.pict_format
[all...]
H A Dgen7_render.c2062 channel->pict_format = picture->format;
2080 channel->pict_format));
2104 channel->card_format = gen7_get_card_format(channel->pict_format);
2431 mc->pict_format = mask->format;
2973 tmp.src.pict_format = tmp.dst.format;
2976 tmp.src.pict_format = sna_format_for_depth(src->depth);
2978 if (!gen7_check_format(tmp.src.pict_format))
3014 tmp.src.card_format = gen7_get_card_format(tmp.src.pict_format);
3193 op->base.src.pict_format = op->base.dst.format;
3196 op->base.src.pict_format
[all...]
H A Dgen2_render.c317 gen2_get_card_format(sna, channel->pict_format) |
374 else if (PICT_FORMAT_RGB(op->src.pict_format) != 0)
1298 channel->pict_format = PICT_a8r8g8b8;
1348 channel->pict_format = PICT_a8r8g8b8;
1590 channel->pict_format = picture->format;
1862 mc->pict_format = mask->format;
2396 if (PICT_FORMAT_RGB(op->base.src.pict_format) != 0)
3119 channel->pict_format = sna_format_for_depth(draw->depth);
3126 channel->pict_format));
3142 else if (PICT_FORMAT_RGB(op->src.pict_format) !
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv10_exa.c37 static struct pict_format { struct
75 struct pict_format *format =
91 struct pict_format *format = nv10_rt_format;

Completed in 54 milliseconds

12