| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | 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 in function:glamor_copy_fbo_cpu 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 in function:glamor_copy_fbo_fbo_draw 362 glamor_pixmap_private *src_priv = glamor_get_pixmap_private(src_pixmap); 404 args.src_pixmap = src_pixmap; 411 if (src_pixmap 631 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); local in function:glamor_copy_needs_temp 699 PixmapPtr src_pixmap = glamor_get_drawable_pixmap(src); local in function:glamor_copy_gl [all...] |
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_glamor_wrappers.c | 516 PixmapPtr src_pixmap = get_drawable_pixmap(pSrcDrawable); local in function:amdgpu_glamor_copy_area 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 in function:amdgpu_glamor_copy_area_nodstbo 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 ! [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_glamor_wrappers.c | 508 PixmapPtr src_pixmap = get_drawable_pixmap(pSrcDrawable); local in function:radeon_glamor_copy_area 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 in function:radeon_glamor_copy_area_nodstbo 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/ |
| H A D | uxa-glyphs.c | 658 PixmapPtr src_pixmap, dst_pixmap; local in function:uxa_glyphs_to_dst 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 in function:uxa_glyphs_via_mask [all...] |
| H A D | uxa-accel.c | 59 PixmapPtr dst_pixmap, src_pixmap = NULL; local in function:uxa_fill_spans 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 in function:uxa_fill_region_solid 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)) {
|
| H A D | uxa-render.c | 943 PixmapPtr dst_pixmap, src_pixmap = NULL; local in function:uxa_solid_rects 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/ |
| H A D | sna_composite.c | 564 PixmapPtr src_pixmap = get_drawable_pixmap(src->pDrawable); local in function:sna_composite_fb 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,
|
| H A D | 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 in function:sna_blt_composite [all...] |
| H A D | 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 6016 sna_copy_boxes__inplace(struct sna * sna,RegionPtr region,int alu,PixmapPtr src_pixmap,struct sna_pixmap * src_priv,int dx,int dy,PixmapPtr dst_pixmap,struct sna_pixmap * dst_priv,bool replaces) argument 6311 PixmapPtr src_pixmap = get_drawable_pixmap(src); local in function:sna_copy_boxes 8420 PixmapPtr src_pixmap = get_drawable_pixmap(source); local in function:sna_copy_plane_blt [all...] |
| H A D | gen2_render.c | 1728 PixmapPtr src_pixmap; local in function:gen2_composite_fallback 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) {
|
| H A D | gen4_render.c | 1772 PixmapPtr src_pixmap; local in function:gen4_composite_fallback 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/ |
| H A D | 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 in function:sna_blt_composite [all...] |
| H A D | sna_composite.c | 566 PixmapPtr src_pixmap = get_drawable_pixmap(src->pDrawable); local in function:sna_composite_fb 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,
|
| H A D | 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 6152 sna_copy_boxes__inplace(struct sna * sna,RegionPtr region,int alu,PixmapPtr src_pixmap,struct sna_pixmap * src_priv,int dx,int dy,PixmapPtr dst_pixmap,struct sna_pixmap * dst_priv,bool replaces) argument 6459 PixmapPtr src_pixmap = get_drawable_pixmap(src); local in function:sna_copy_boxes 8585 PixmapPtr src_pixmap = get_drawable_pixmap(source); local in function:sna_copy_plane_blt [all...] |
| H A D | gen4_render.c | 1821 PixmapPtr src_pixmap; local in function:gen4_composite_fallback 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) {
|
| H A D | gen5_render.c | 1774 PixmapPtr src_pixmap; local in function:gen5_composite_fallback 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) {
|
| H A D | gen6_render.c | 2151 PixmapPtr src_pixmap; local in function:gen6_composite_fallback 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) {
|
| H A D | gen7_render.c | 2381 PixmapPtr src_pixmap; local in function:gen7_composite_fallback 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) {
|
| H A D | gen8_render.c | 2215 PixmapPtr src_pixmap; local in function:gen8_composite_fallback 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) {
|
| H A D | gen9_render.c | 2293 PixmapPtr src_pixmap; local in function:gen9_composite_fallback 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/ |
| H A D | cursor.c | 608 Pixmap src_pixmap, msk_pixmap; local in function:XcursorImageLoadCursor 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/ |
| H A D | saa.h | 108 Bool (*copy_prepare) (struct saa_driver * driver, PixmapPtr src_pixmap,
|
| H A D | saa_unaccel.c | 163 PixmapPtr src_pixmap; local in function:saa_check_copy_nton 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/ |
| H A D | 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)) { 907 vmwgfx_copy_prepare(struct saa_driver * driver,PixmapPtr src_pixmap,PixmapPtr dst_pixmap,int dx,int dy,int alu,RegionPtr src_reg,uint32_t plane_mask) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | dri2.c | 269 PixmapPtr src_pixmap = src_priv->pixmap; local in function:ms_dri2_copy_region2 272 ? drawable : &src_pixmap->drawable;
|