HomeSort by: relevance | last modified time | path
    Searched refs:PICT_FORMAT_TYPE (Results 1 - 25 of 34) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaPict.c 73 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/dist/render/
picture.h 51 #define PICT_FORMAT_TYPE(f) PIXMAN_FORMAT_TYPE(f)
mipict.c 447 if (PICT_FORMAT_TYPE(pSrc->format) != PICT_TYPE_A)
  /xsrc/external/mit/xorg-server.old/dist/render/
picture.h 51 #define PICT_FORMAT_TYPE(f) PIXMAN_FORMAT_TYPE(f)
mipict.c 553 if (PICT_FORMAT_TYPE (pSrc->format) != PICT_TYPE_A)
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 223 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/
uxa-render.c 223 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/
uxa-render.c 222 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/
glamor_utils.h 597 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) {
glamor_render.c 749 src_type = PICT_FORMAT_TYPE(src);
753 src_type = PICT_FORMAT_TYPE(src);
754 mask_type = PICT_FORMAT_TYPE(mask);
758 mask_type = PICT_FORMAT_TYPE(mask);
762 src_type = PICT_FORMAT_TYPE(src);
763 mask_type = PICT_FORMAT_TYPE(mask);
1512 PICT_FORMAT_TYPE(source->format),
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_blt.c 661 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(format) == PICT_TYPE_BGRA)
    [all...]
sna_render_inline.h 133 switch (PICT_FORMAT_TYPE(dst->format)) {
sna_composite.c 824 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/
sna_blt.c 641 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(format) == PICT_TYPE_BGRA)
    [all...]
sna_render_inline.h 124 switch (PICT_FORMAT_TYPE(dst->format)) {
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_xa_surface.c 99 uint32_t ptype = PICT_FORMAT_TYPE(format);
  /xsrc/external/mit/xorg-server/dist/exa/
exa_render.c 154 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/exa/
exa_render.c 160 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/composite/
compinit.c 283 if (PICT_FORMAT_TYPE(alt->format) == PICT_TYPE_COLOR) {
  /xsrc/external/mit/xorg-server.old/dist/composite/
compinit.c 281 if (PICT_FORMAT_TYPE(alt->format) == PICT_TYPE_COLOR) {
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_exa.c 337 switch (PICT_FORMAT_TYPE(format)) {
381 int formatType = PICT_FORMAT_TYPE(format);
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64render.c 216 switch (PICT_FORMAT_TYPE(format)) {
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-render.c 159 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
198 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_exa.c 195 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
234 if (PICT_FORMAT_TYPE(format) == PICT_TYPE_ARGB) {
  /xsrc/external/mit/xf86-video-suncg14/dist/src/
cg14_accel.c 1435 flip = (PICT_FORMAT_TYPE(p->srcformat) !=
1436 PICT_FORMAT_TYPE(p->dstformat));

Completed in 21 milliseconds

1 2