| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_copy.c | 29 PixmapPtr src_pixmap; member in struct:copy_args 80 switch (args->src_pixmap->drawable.depth) { 300 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); local 318 glamor_get_drawable_deltas(src, src_pixmap, &src_xoff, &src_yoff); 322 glamor_download_boxes(src_pixmap, box, nbox, src_xoff + dx, src_yoff + dy, 360 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); local 362 glamor_pixmap_private *src_priv = glamor_get_pixmap_private(src_pixmap); 404 args.src_pixmap = src_pixmap; 411 if (src_pixmap == dst_pixmap && glamor_priv->has_mesa_tile_raster_order) 631 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); local 699 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); local [all...] |
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| amdgpu_glamor_wrappers.c | 516 PixmapPtr src_pixmap = get_drawable_pixmap(pSrcDrawable); local 518 struct amdgpu_pixmap *src_priv = amdgpu_get_pixmap_private(src_pixmap); 523 amdgpu_glamor_use_gpu(src_pixmap, src_priv)) { 543 amdgpu_glamor_prepare_access_cpu_ro(scrn, src_pixmap, 548 amdgpu_glamor_finish_access_cpu(src_pixmap); 564 PixmapPtr src_pixmap = get_drawable_pixmap(pSrcDrawable); local 569 if (src_pixmap != dst_pixmap) { 570 src_priv = amdgpu_get_pixmap_private(src_pixmap); 572 if (!amdgpu_glamor_prepare_access_cpu_ro(scrn, src_pixmap, 580 if (src_pixmap != dst_pixmap [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| radeon_glamor_wrappers.c | 508 PixmapPtr src_pixmap = get_drawable_pixmap(pSrcDrawable); local 510 struct radeon_pixmap *src_priv = radeon_get_pixmap_private(src_pixmap); 535 radeon_glamor_prepare_access_cpu_ro(scrn, src_pixmap, 540 radeon_glamor_finish_access_cpu(src_pixmap); 556 PixmapPtr src_pixmap = get_drawable_pixmap(pSrcDrawable); local 561 if (src_pixmap != dst_pixmap) { 562 src_priv = radeon_get_pixmap_private(src_pixmap); 564 if (!radeon_glamor_prepare_access_cpu_ro(scrn, src_pixmap, 572 if (src_pixmap != dst_pixmap) 573 radeon_glamor_finish_access_cpu(src_pixmap); [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| uxa-glyphs.c | 658 PixmapPtr src_pixmap, dst_pixmap; local 668 src_pixmap = uxa_get_offscreen_pixmap(pSrc->pDrawable, &src_off_x, &src_off_y); 669 if (src_pixmap == NULL) 675 src_pixmap = NULL; 707 src_pixmap = uxa_get_offscreen_pixmap(localSrc->pDrawable, &src_off_x, &src_off_y); 708 if (src_pixmap == NULL) { 722 src_pixmap = uxa_get_drawable_pixmap(localSrc->pDrawable); 723 if (src_pixmap == NULL) { 780 src_pixmap, mask_pixmap, dst_pixmap)) 984 PixmapPtr src_pixmap; local [all...] |
| uxa-accel.c | 59 PixmapPtr dst_pixmap, src_pixmap = NULL; local 120 src_pixmap = uxa_get_offscreen_pixmap(src->pDrawable, 122 if (!src_pixmap) { 129 if (!uxa_screen->info->prepare_composite(PictOpSrc, src, NULL, dst, src_pixmap, NULL, dst_pixmap)) { 1044 PixmapPtr src_pixmap = NULL; local 1087 src_pixmap = uxa_get_offscreen_pixmap(src->pDrawable, 1089 if (!src_pixmap) { 1096 if (!uxa_screen->info->prepare_composite(PictOpSrc, src, NULL, dst, src_pixmap, NULL, pixmap)) {
|
| uxa-render.c | 943 PixmapPtr dst_pixmap, src_pixmap = NULL; local 1041 src_pixmap = uxa_get_offscreen_pixmap(src->pDrawable, 1043 if (!src_pixmap) 1047 if (!uxa_screen->info->prepare_composite(op, src, NULL, dst, src_pixmap, NULL, dst_pixmap))
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_composite.c | 564 PixmapPtr src_pixmap = get_drawable_pixmap(src->pDrawable); local 569 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel); 581 if (get_drawable_deltas(src->pDrawable, src_pixmap, &tx, &ty)) 585 assert(region->extents.x2 + sx <= src_pixmap->drawable.width); 587 assert(region->extents.y2 + sy <= src_pixmap->drawable.height); 594 assert(box->x2 + sx <= src_pixmap->drawable.width); 596 assert(box->y2 + sy <= src_pixmap->drawable.height); 606 memcpy_blt(src_pixmap->devPrivate.ptr, 609 src_pixmap->devKind,
|
| sna_blt.c | 1958 PixmapPtr src = op->u.blt.src_pixmap; 2017 PixmapPtr src = op->u.blt.src_pixmap; 2035 PixmapPtr src = op->u.blt.src_pixmap; 2053 PixmapPtr src = op->u.blt.src_pixmap; 2074 PixmapPtr src = op->u.blt.src_pixmap; 2094 PixmapPtr src = op->u.blt.src_pixmap; 2113 PixmapPtr src = op->u.blt.src_pixmap; 2135 PixmapPtr src = op->u.blt.src_pixmap; 2177 PixmapPtr src = op->u.blt.src_pixmap; 2216 PixmapPtr src = op->u.blt.src_pixmap; 2500 PixmapPtr src_pixmap; local [all...] |
| sna_accel.c | 6017 PixmapPtr src_pixmap, struct sna_pixmap *src_priv, 6026 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel); 6108 src_pixmap->drawable.bitsPerPixel, 6121 src_pixmap->drawable.bitsPerPixel, 6132 src_pixmap->devPrivate.ptr = ptr; 6133 src_pixmap->devKind = src_priv->gpu_bo->pitch; 6135 assert_pixmap_map(src_pixmap, src_priv); 6195 !sna_drawable_move_region_to_cpu(&src_pixmap->drawable, 6242 assert(src_pixmap->devKind); 6244 memcpy_to_tiled_x(&sna->kgem, src_pixmap->devPrivate.ptr, ptr 6311 PixmapPtr src_pixmap = get_drawable_pixmap(src); local 8420 PixmapPtr src_pixmap = get_drawable_pixmap(source); local [all...] |
| gen2_render.c | 1728 PixmapPtr src_pixmap; local 1741 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 1742 src_fallback = source_fallback(src, src_pixmap, 1758 if (src_pixmap == dst_pixmap && src_fallback) { 1774 if (src_pixmap && !src_fallback) {
|
| gen4_render.c | 1772 PixmapPtr src_pixmap; local 1785 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 1786 src_fallback = source_fallback(sna, src, src_pixmap, 1802 if (src_pixmap == dst_pixmap && src_fallback) { 1818 if (src_pixmap && !src_fallback) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_blt.c | 2010 PixmapPtr src = op->u.blt.src_pixmap; 2070 PixmapPtr src = op->u.blt.src_pixmap; 2088 PixmapPtr src = op->u.blt.src_pixmap; 2106 PixmapPtr src = op->u.blt.src_pixmap; 2127 PixmapPtr src = op->u.blt.src_pixmap; 2147 PixmapPtr src = op->u.blt.src_pixmap; 2166 PixmapPtr src = op->u.blt.src_pixmap; 2188 PixmapPtr src = op->u.blt.src_pixmap; 2230 PixmapPtr src = op->u.blt.src_pixmap; 2269 PixmapPtr src = op->u.blt.src_pixmap; 2556 PixmapPtr src_pixmap; local [all...] |
| sna_composite.c | 566 PixmapPtr src_pixmap = get_drawable_pixmap(src->pDrawable); local 571 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel); 583 if (get_drawable_deltas(src->pDrawable, src_pixmap, &tx, &ty)) 587 assert(region->extents.x2 + sx <= src_pixmap->drawable.width); 589 assert(region->extents.y2 + sy <= src_pixmap->drawable.height); 596 assert(box->x2 + sx <= src_pixmap->drawable.width); 598 assert(box->y2 + sy <= src_pixmap->drawable.height); 608 memcpy_blt(src_pixmap->devPrivate.ptr, 611 src_pixmap->devKind,
|
| sna_accel.c | 6153 PixmapPtr src_pixmap, struct sna_pixmap *src_priv, 6162 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel); 6247 src_pixmap->drawable.bitsPerPixel, 6260 src_pixmap->drawable.bitsPerPixel, 6271 src_pixmap->devPrivate.ptr = ptr; 6272 src_pixmap->devKind = src_priv->gpu_bo->pitch; 6274 assert_pixmap_map(src_pixmap, src_priv); 6336 !sna_drawable_move_region_to_cpu(&src_pixmap->drawable, 6386 assert(src_pixmap->devKind); 6388 memcpy_to_tiled_x(&sna->kgem, src_pixmap->devPrivate.ptr, ptr 6459 PixmapPtr src_pixmap = get_drawable_pixmap(src); local 8585 PixmapPtr src_pixmap = get_drawable_pixmap(source); local [all...] |
| gen4_render.c | 1821 PixmapPtr src_pixmap; local 1834 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 1835 src_fallback = source_fallback(sna, src, src_pixmap, 1851 if (src_pixmap == dst_pixmap && src_fallback) { 1867 if (src_pixmap && !src_fallback) {
|
| gen5_render.c | 1774 PixmapPtr src_pixmap; local 1787 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 1788 src_fallback = source_fallback(sna, src, src_pixmap, 1804 if (src_pixmap == dst_pixmap && src_fallback) { 1820 if (src_pixmap && !src_fallback) {
|
| gen6_render.c | 2151 PixmapPtr src_pixmap; local 2164 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 2165 src_fallback = source_fallback(src, src_pixmap, 2181 if (src_pixmap == dst_pixmap && src_fallback) { 2197 if (src_pixmap && !src_fallback) {
|
| gen7_render.c | 2381 PixmapPtr src_pixmap; local 2394 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 2395 src_fallback = source_fallback(src, src_pixmap, 2411 if (src_pixmap == dst_pixmap && src_fallback) { 2427 if (src_pixmap && !src_fallback) {
|
| gen8_render.c | 2215 PixmapPtr src_pixmap; local 2228 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 2229 src_fallback = source_fallback(src, src_pixmap, 2245 if (src_pixmap == dst_pixmap && src_fallback) { 2261 if (src_pixmap && !src_fallback) {
|
| gen9_render.c | 2293 PixmapPtr src_pixmap; local 2306 src_pixmap = src->pDrawable ? get_drawable_pixmap(src->pDrawable) : NULL; 2307 src_fallback = source_fallback(src, src_pixmap, 2323 if (src_pixmap == dst_pixmap && src_fallback) { 2339 if (src_pixmap && !src_fallback) {
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| cursor.c | 608 Pixmap src_pixmap, msk_pixmap; local 650 src_pixmap = XCreatePixmap (dpy, RootWindow (dpy, screen), 656 gc = XCreateGC (dpy, src_pixmap, 659 XPutImage (dpy, src_pixmap, gc, core.src_image, 675 cursor = XCreatePixmapCursor (dpy, src_pixmap, msk_pixmap, 678 XFreePixmap (dpy, src_pixmap);
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| saa.h | 108 Bool (*copy_prepare) (struct saa_driver * driver, PixmapPtr src_pixmap,
|
| saa_unaccel.c | 163 PixmapPtr src_pixmap; local 172 src_pixmap = saa_get_pixmap(pSrc, &src_xoff, &src_yoff); 185 if (!saa_prepare_access_pixmap(src_pixmap, SAA_ACCESS_R, reg))
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_saa.c | 908 PixmapPtr src_pixmap, 926 src_vpix = vmwgfx_saa_pixmap(src_pixmap); 938 if (!vmwgfx_hw_accel_validate(src_pixmap, 0, 0, 0, src_reg)) 964 if (!vmwgfx_hw_accel_stage(src_pixmap, 0, XA_FLAG_RENDER_TARGET, 0)) 968 !vmwgfx_hw_composite_src_stage(src_pixmap, src_vpix->base.src_format)) 985 if (!vmwgfx_hw_commit(src_pixmap)) 994 if (!vmwgfx_hw_validate(src_pixmap, src_reg)) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| dri2.c | 269 PixmapPtr src_pixmap = src_priv->pixmap; local 272 ? drawable : &src_pixmap->drawable;
|