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

1 2

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_transfer.c 40 int bytes_per_pixel = PICT_FORMAT_BPP(f->render_format) >> 3;
140 int bytes_per_pixel = PICT_FORMAT_BPP(f->render_format) >> 3;
glamor_render.c 741 src_bpp = PICT_FORMAT_BPP(src);
743 assert(src_bpp == PICT_FORMAT_BPP(mask));
1511 && dest->format == PICT_FORMAT(PICT_FORMAT_BPP(source->format),
  /xsrc/external/mit/xorg-server/dist/render/
picture.h 50 #define PICT_FORMAT_BPP(f) PIXMAN_FORMAT_BPP(f)
picture.c 360 (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format));
365 (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) -
371 (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) -
  /xsrc/external/mit/xorg-server.old/dist/render/
picture.h 50 #define PICT_FORMAT_BPP(f) PIXMAN_FORMAT_BPP(f)
picture.c 392 pFormats[f].direct.blue = (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format));
395 pFormats[f].direct.green = (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) -
399 pFormats[f].direct.red = (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) -
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaPict.c 84 bshift = PICT_FORMAT_BPP(format) - bbits;
131 bshift = PICT_FORMAT_BPP(format) - bbits;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_xa_surface.c 106 return xa_format(PICT_FORMAT_BPP(format),
  /xsrc/external/mit/xorg-server/dist/composite/
compinit.c 285 visual->nplanes = PICT_FORMAT_BPP(alt->format);
  /xsrc/external/mit/xorg-server.old/dist/composite/
compinit.c 283 visual->nplanes = PICT_FORMAT_BPP(alt->format);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_render.c 407 tex_bytepp = PICT_FORMAT_BPP(format) >> 3;
746 tex_bytepp = PICT_FORMAT_BPP(format) >> 3;
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-render.c 221 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
294 rshift = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
1307 if (dst->format == PICT_FORMAT(PICT_FORMAT_BPP(src->format),
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-render.c 221 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
294 rshift = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
1307 if (dst->format == PICT_FORMAT(PICT_FORMAT_BPP(src->format),
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-render.c 220 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
290 rshift = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
1454 if (dst->format == PICT_FORMAT(PICT_FORMAT_BPP(src->format),
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_exa.c 614 if(PICT_FORMAT_BPP(pSrcPicture->format) == 24)
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64render.c 595 cpp = PICT_FORMAT_BPP(pPict->format) / 8;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_blt.c 677 rshift = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
739 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
858 unsigned int ashift = PICT_FORMAT_BPP(format) - abits;
878 unsigned int ashift = PICT_FORMAT_BPP(format) - abits;
892 return pixel == ((1U << PICT_FORMAT_BPP(format)) - 1);
3093 PICT_FORMAT_BPP(tmp->src.pict_format),
3107 PICT_FORMAT_BPP(tmp->src.pict_format),
3121 PICT_FORMAT_BPP(tmp->src.pict_format),
sna_render.c 45 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
1439 picture->format = PICT_FORMAT(PICT_FORMAT_BPP(picture->format),
1789 assert(PICT_FORMAT_BPP(picture->format) == pixmap->drawable.bitsPerPixel);
1790 channel->pict_format = PICT_FORMAT(PICT_FORMAT_BPP(picture->format),
1792 PICT_FORMAT_BPP(picture->format) - PIXMAN_FORMAT_DEPTH(picture->format),
sna_render.h 956 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_blt.c 657 rshift = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
719 abits = PICT_FORMAT_BPP(format) - (rbits+gbits+bbits);
838 unsigned int ashift = PICT_FORMAT_BPP(format) - abits;
858 unsigned int ashift = PICT_FORMAT_BPP(format) - abits;
872 return pixel == ((1U << PICT_FORMAT_BPP(format)) - 1);
3021 PICT_FORMAT_BPP(tmp->src.pict_format),
3034 PICT_FORMAT_BPP(tmp->src.pict_format),
3045 PICT_FORMAT_BPP(tmp->src.pict_format),
sna_render.c 45 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
1455 picture->format = PICT_FORMAT(PICT_FORMAT_BPP(picture->format),
1805 assert(PICT_FORMAT_BPP(picture->format) == pixmap->drawable.bitsPerPixel);
1806 channel->pict_format = PICT_FORMAT(PICT_FORMAT_BPP(picture->format),
1808 PICT_FORMAT_BPP(picture->format) - PIXMAN_FORMAT_DEPTH(picture->format),
sna_render.h 866 #define alphaless(format) PICT_FORMAT(PICT_FORMAT_BPP(format), \
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime_accel.c 1038 if (PICT_FORMAT_BPP(texType) == 32) {
1044 fPtr->texture_depth = PICT_FORMAT_BPP(texType);
1500 if (PICT_FORMAT_BPP(pMask->format) == 32) {
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-glyphs.c 504 if (PICT_FORMAT_BPP(format) == 1)
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_exa.c 327 bpp = PICT_FORMAT_BPP(format);

Completed in 39 milliseconds

1 2