Searched refs:PICT_FORMAT_TYPE (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPict.c73 if(PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
78 } else if(PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
83 } else if(PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
120 if(PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
125 } else if(PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
130 } else if(PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.h51 #define PICT_FORMAT_TYPE(f) PIXMAN_FORMAT_TYPE(f) macro
H A Dmipict.c553 if (PICT_FORMAT_TYPE (pSrc->format) != PICT_TYPE_A)
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.h51 #define PICT_FORMAT_TYPE(f) PIXMAN_FORMAT_TYPE(f) macro
H A Dmipict.c447 if (PICT_FORMAT_TYPE(pSrc->format) != PICT_TYPE_A)
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-render.c223 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
231 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
236 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
242 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
277 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
279 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
284 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
290 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
1308 PICT_FORMAT_TYPE(src->format),
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-render.c223 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
231 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
236 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
242 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
277 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
279 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
284 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
290 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
1308 PICT_FORMAT_TYPE(src->format),
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-render.c222 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
230 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
235 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
240 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
274 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
276 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
281 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
286 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
1455 PICT_FORMAT_TYPE(src->format),
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.h597 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
600 else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
606 else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
612 else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
H A Dglamor_render.c692 src_type = PICT_FORMAT_TYPE(src);
696 src_type = PICT_FORMAT_TYPE(src);
697 mask_type = PICT_FORMAT_TYPE(mask);
701 mask_type = PICT_FORMAT_TYPE(mask);
704 src_type = PICT_FORMAT_TYPE(src);
705 mask_type = PICT_FORMAT_TYPE(mask);
1450 PICT_FORMAT_TYPE(source->format),
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_blt.c661 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
663 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
668 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
673 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
741 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
749 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
754 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
759 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
853 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A ||
854 PICT_FORMAT_TYPE(forma
[all...]
H A Dsna_render_inline.h133 switch (PICT_FORMAT_TYPE(dst->format)) {
H A Dsna_composite.c824 if (PICT_FORMAT_TYPE(dst->format) == PICT_TYPE_A ||
875 if (PICT_FORMAT_TYPE(dst->format) == PICT_TYPE_A ||
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_blt.c641 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
643 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
648 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
653 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
721 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A) {
729 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
734 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ABGR) {
739 } else if (PICT_FORMAT_TYPE(format) == PICT_TYPE_BGRA) {
833 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_A ||
834 PICT_FORMAT_TYPE(forma
[all...]
H A Dsna_render_inline.h124 switch (PICT_FORMAT_TYPE(dst->format)) {
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_surface.c99 uint32_t ptype = PICT_FORMAT_TYPE(format);
H A Dvmwgfx_saa.c967 if (PICT_FORMAT_TYPE(src_vpix->base.src_format) != PICT_TYPE_ARGB ||
976 if (PICT_FORMAT_TYPE(dst_vpix->base.dst_format) != PICT_TYPE_ARGB ||
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_render.c160 PICT_FORMAT_TYPE(pFormat->format) != PICT_TYPE_A)
193 if (!PICT_FORMAT_COLOR(format) && PICT_FORMAT_TYPE(format) != PICT_TYPE_A)
932 PICT_FORMAT_TYPE(pSrc->format),
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_render.c154 PICT_FORMAT_TYPE(pFormat->format) != PICT_TYPE_A)
186 if (!PICT_FORMAT_COLOR(format) && PICT_FORMAT_TYPE(format) != PICT_TYPE_A)
911 PICT_FORMAT_TYPE(pSrc->format),
/xsrc/external/mit/xorg-server.old/dist/composite/
H A Dcompinit.c281 if (PICT_FORMAT_TYPE(alt->format) == PICT_TYPE_COLOR) {
/xsrc/external/mit/xorg-server/dist/composite/
H A Dcompinit.c283 if (PICT_FORMAT_TYPE(alt->format) == PICT_TYPE_COLOR) {
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_exa.c337 switch (PICT_FORMAT_TYPE(format)) {
381 int formatType = PICT_FORMAT_TYPE(format);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64render.c216 switch (PICT_FORMAT_TYPE(format)) {
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-render.c159 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
198 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_accel.c1435 flip = (PICT_FORMAT_TYPE(p->srcformat) !=
1436 PICT_FORMAT_TYPE(p->dstformat));

Completed in 34 milliseconds

12