HomeSort by: relevance | last modified time | path
    Searched defs:pDstPixmap (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xf86-video-vmware/dist/saa/
saa_accel.c 45 PixmapPtr pSrcPixmap, pDstPixmap;
60 pDstPixmap = saa_get_pixmap(pDstDrawable, &dst_off_x, &dst_off_y);
62 dst_spix = saa_pixmap(pDstPixmap);
84 if (!(driver->copy_prepare) (driver, pSrcPixmap, pDstPixmap,
102 saa_pixmap_dirty(pDstPixmap, TRUE, &dst_reg);
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_exa_render.c 224 PixmapPtr pSrcPixmap, pDstPixmap;
234 pDstPixmap = R128GetDrawablePixmap(pDstPicture->pDrawable);
235 if (pDstPixmap->drawable.width > 1024 || pDstPixmap->drawable.height > 1024) {
238 pDstPixmap->drawable.width,
239 pDstPixmap->drawable.height));
  /xsrc/external/mit/xf86-video-ati/dist/src/
evergreen_exa.c 1060 PixmapPtr pSrcPixmap, pDstPixmap;
1081 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
1083 if (pDstPixmap->drawable.width >= 16384 ||
1084 pDstPixmap->drawable.height >= 16384) {
1086 pDstPixmap->drawable.width,
1087 pDstPixmap->drawable.height));
radeon_exa_render.c 506 PixmapPtr pSrcPixmap, pDstPixmap;
513 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
515 if (pDstPixmap->drawable.width > 2047 ||
516 pDstPixmap->drawable.height > 2047) {
518 pDstPixmap->drawable.width,
519 pDstPixmap->drawable.height));
920 PixmapPtr pSrcPixmap, pDstPixmap;
929 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
931 if (pDstPixmap->drawable.width > 2047 ||
932 pDstPixmap->drawable.height > 2047)
    [all...]
r600_exa.c 1202 PixmapPtr pSrcPixmap, pDstPixmap;
1223 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
1225 if (pDstPixmap->drawable.width >= 8192 ||
1226 pDstPixmap->drawable.height >= 8192) {
1228 pDstPixmap->drawable.width,
1229 pDstPixmap->drawable.height));
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
evergreen_exa.c 1077 PixmapPtr pSrcPixmap, pDstPixmap;
1098 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
1100 if (pDstPixmap->drawable.width >= 16384 ||
1101 pDstPixmap->drawable.height >= 16384) {
1103 pDstPixmap->drawable.width,
1104 pDstPixmap->drawable.height));
r600_exa.c 1121 PixmapPtr pSrcPixmap, pDstPixmap;
1142 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
1144 if (pDstPixmap->drawable.width >= 8192 ||
1145 pDstPixmap->drawable.height >= 8192) {
1147 pDstPixmap->drawable.width,
1148 pDstPixmap->drawable.height));
radeon_exa_render.c 467 PixmapPtr pSrcPixmap, pDstPixmap;
474 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
476 if (pDstPixmap->drawable.width > 2048 ||
477 pDstPixmap->drawable.height > 2048) {
479 pDstPixmap->drawable.width,
480 pDstPixmap->drawable.height));
864 PixmapPtr pSrcPixmap, pDstPixmap;
873 pDstPixmap = RADEONGetDrawablePixmap(pDstPicture->pDrawable);
875 if (pDstPixmap->drawable.width > 2048 ||
876 pDstPixmap->drawable.height > 2048)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-accel.c 209 PixmapPtr pSrcPixmap, pDstPixmap;
216 pDstPixmap =
218 if (!pSrcPixmap || !pDstPixmap)
231 uxa_screen->info->done_copy(pDstPixmap);
234 (pSrcPixmap, pDstPixmap, -1, -1,
239 (*uxa_screen->info->copy) (pDstPixmap,
250 uxa_screen->info->done_copy(pDstPixmap);
253 (pSrcPixmap, pDstPixmap, 1, 1,
258 (*uxa_screen->info->copy) (pDstPixmap,
273 uxa_screen->info->done_copy(pDstPixmap);
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-accel.c 209 PixmapPtr pSrcPixmap, pDstPixmap;
216 pDstPixmap =
218 if (!pSrcPixmap || !pDstPixmap)
231 uxa_screen->info->done_copy(pDstPixmap);
234 (pSrcPixmap, pDstPixmap, -1, -1,
239 (*uxa_screen->info->copy) (pDstPixmap,
250 uxa_screen->info->done_copy(pDstPixmap);
253 (pSrcPixmap, pDstPixmap, 1, 1,
258 (*uxa_screen->info->copy) (pDstPixmap,
273 uxa_screen->info->done_copy(pDstPixmap);
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-accel.c 306 PixmapPtr pSrcPixmap, pDstPixmap;
312 pDstPixmap = uxa_get_offscreen_pixmap (pDstDrawable, &dst_off_x, &dst_off_y);
313 if (!pSrcPixmap || !pDstPixmap)
326 uxa_screen->info->done_copy(pDstPixmap);
329 pDstPixmap,
336 (*uxa_screen->info->copy)(pDstPixmap,
347 uxa_screen->info->done_copy(pDstPixmap);
350 pDstPixmap,
357 (*uxa_screen->info->copy)(pDstPixmap,
372 uxa_screen->info->done_copy(pDstPixmap);
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-accel.c 377 PixmapPtr pSrcPixmap, pDstPixmap;
384 pDstPixmap =
386 if (!pSrcPixmap || !pDstPixmap)
399 uxa_screen->info->done_copy(pDstPixmap);
402 (pSrcPixmap, pDstPixmap, -1, -1,
407 (*uxa_screen->info->copy) (pDstPixmap,
418 uxa_screen->info->done_copy(pDstPixmap);
421 (pSrcPixmap, pDstPixmap, 1, 1,
426 (*uxa_screen->info->copy) (pDstPixmap,
441 uxa_screen->info->done_copy(pDstPixmap);
    [all...]
  /xsrc/external/mit/xorg-server/dist/exa/
exa_accel.c 244 PixmapPtr pSrcPixmap, pDstPixmap;
250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y);
251 if (!pSrcPixmap || !pDstPixmap)
264 pExaScr->info->DoneCopy(pDstPixmap);
267 pDstPixmap,
274 (*pExaScr->info->Copy) (pDstPixmap,
285 pExaScr->info->DoneCopy(pDstPixmap);
288 pDstPixmap,
295 (*pExaScr->info->Copy) (pDstPixmap,
311 pExaScr->info->DoneCopy(pDstPixmap);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_accel.c 251 PixmapPtr pSrcPixmap, pDstPixmap;
257 pDstPixmap = exaGetOffscreenPixmap (pDstDrawable, &dst_off_x, &dst_off_y);
258 if (!pSrcPixmap || !pDstPixmap)
271 pExaScr->info->DoneCopy(pDstPixmap);
274 pDstPixmap,
281 (*pExaScr->info->Copy)(pDstPixmap,
292 pExaScr->info->DoneCopy(pDstPixmap);
295 pDstPixmap,
302 (*pExaScr->info->Copy)(pDstPixmap,
317 pExaScr->info->DoneCopy(pDstPixmap);
    [all...]

Completed in 19 milliseconds