Lines Matching refs:pSrcPixmap
55 PixmapPtr pSrcPixmap; member
309 ms_exa_prepare_copy(PixmapPtr pSrcPixmap, in ms_exa_prepare_copy() argument
313 ScreenPtr screen = pSrcPixmap->drawable.pScreen; in ms_exa_prepare_copy()
324 if (!rga_check_pixmap(pSrcPixmap)) in ms_exa_prepare_copy()
342 ctx->prepare_args.copy.pSrcPixmap = pSrcPixmap; in ms_exa_prepare_copy()
358 PixmapPtr pSrcPixmap = ctx->prepare_args.copy.pSrcPixmap; in ms_exa_copy_bail() local
369 ms_exa_prepare_access(pSrcPixmap, 0); in ms_exa_copy_bail()
371 fbCopyArea(&pSrcPixmap->drawable, &pDstPixmap->drawable, gc, in ms_exa_copy_bail()
374 ms_exa_finish_access(pSrcPixmap, 0); in ms_exa_copy_bail()
389 PixmapPtr pSrcPixmap = ctx->prepare_args.copy.pSrcPixmap; in ms_exa_copy() local
398 if (!rga_prepare_info(pSrcPixmap, &src_info, srcX, srcY, width, height)) in ms_exa_copy()
405 if (pSrcPixmap == pDstPixmap && in ms_exa_copy()
738 ctx->prepare_args.copy.pSrcPixmap = pixmap; in ms_exa_upload_to_screen()
753 ctx->prepare_args.copy.pSrcPixmap = pixmap; in ms_exa_upload_to_screen()
792 ctx->prepare_args.copy.pSrcPixmap = pSrc; in ms_exa_download_from_screen()