Searched refs:dst_pixmap (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_copy.c214 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); local in function:glamor_copy_cpu_fbo
228 glamor_get_drawable_deltas(dst, dst_pixmap, &dst_xoff, &dst_yoff);
236 PixmapPtr tmp_pix = fbCreatePixmap(screen, dst_pixmap->drawable.width,
237 dst_pixmap->drawable.height,
258 glamor_upload_boxes(dst_pixmap, box, nbox, tmp_xoff, tmp_yoff,
269 glamor_upload_boxes(dst_pixmap, box, nbox, src_xoff + dx, src_yoff + dy,
361 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); local in function:glamor_copy_fbo_fbo_draw
363 glamor_pixmap_private *dst_priv = glamor_get_pixmap_private(dst_pixmap);
411 if (src_pixmap == dst_pixmap && glamor_priv->has_mesa_tile_raster_order) {
456 if (!glamor_use_program(dst_pixmap, g
632 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); local in function:glamor_copy_needs_temp
700 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); local in function:glamor_copy_gl
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c59 PixmapPtr dst_pixmap, src_pixmap = NULL; local in function:uxa_fill_spans
77 dst_pixmap = uxa_get_offscreen_pixmap(pDrawable, &off_x, &off_y);
78 if (!dst_pixmap)
85 dst_pixmap->drawable.depth,
86 format_for_depth(dst_pixmap->drawable.depth));
87 dst = CreatePicture(0, &dst_pixmap->drawable, format, 0, 0, serverClient, &error);
98 format_for_depth(dst_pixmap->drawable.depth));
129 if (!uxa_screen->info->prepare_composite(PictOpSrc, src, NULL, dst, src_pixmap, NULL, dst_pixmap)) {
161 uxa_screen->info->composite(dst_pixmap,
182 uxa_screen->info->composite(dst_pixmap,
[all...]
H A Duxa-glyphs.c658 PixmapPtr src_pixmap, dst_pixmap; local in function:uxa_glyphs_to_dst
732 dst_pixmap = uxa_get_offscreen_pixmap(pDst->pDrawable, &x, &y);
757 uxa_screen->info->done_composite(dst_pixmap);
772 uxa_screen->info->done_composite(dst_pixmap);
780 src_pixmap, mask_pixmap, dst_pixmap))
788 uxa_screen->info->composite(dst_pixmap,
813 uxa_screen->info->composite(dst_pixmap,
830 uxa_screen->info->done_composite(dst_pixmap);
H A Duxa-render.c943 PixmapPtr dst_pixmap, src_pixmap = NULL; local in function:uxa_solid_rects
956 dst_pixmap = uxa_get_offscreen_pixmap(dst->pDrawable, &dst_x, &dst_y);
957 if (!dst_pixmap)
992 !uxa_screen->info->check_solid(&dst_pixmap->drawable, GXcopy, FB_ALLONES))
1003 if (!uxa_screen->info->prepare_solid(dst_pixmap, GXcopy, FB_ALLONES, pixel))
1007 uxa_screen->info->solid(dst_pixmap,
1013 uxa_screen->info->done_solid(dst_pixmap);
1047 if (!uxa_screen->info->prepare_composite(op, src, NULL, dst, src_pixmap, NULL, dst_pixmap))
1051 uxa_screen->info->composite(dst_pixmap,
1060 uxa_screen->info->done_composite(dst_pixmap);
[all...]
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor_wrappers.c517 PixmapPtr dst_pixmap = get_drawable_pixmap(pDstDrawable); local in function:amdgpu_glamor_copy_area
519 struct amdgpu_pixmap *dst_priv = amdgpu_get_pixmap_private(dst_pixmap);
522 if (amdgpu_glamor_use_gpu(dst_pixmap, dst_priv) ||
541 if (amdgpu_glamor_prepare_access_cpu_rw(scrn, dst_pixmap, dst_priv)) {
550 amdgpu_glamor_finish_access_cpu(dst_pixmap);
565 PixmapPtr dst_pixmap = get_drawable_pixmap(pDstDrawable); local in function:amdgpu_glamor_copy_area_nodstbo
569 if (src_pixmap != dst_pixmap) {
580 if (src_pixmap != dst_pixmap)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor_wrappers.c509 PixmapPtr dst_pixmap = get_drawable_pixmap(pDstDrawable); local in function:radeon_glamor_copy_area
511 struct radeon_pixmap *dst_priv = radeon_get_pixmap_private(dst_pixmap);
533 if (radeon_glamor_prepare_access_cpu_rw(scrn, dst_pixmap, dst_priv)) {
542 radeon_glamor_finish_access_cpu(dst_pixmap);
557 PixmapPtr dst_pixmap = get_drawable_pixmap(pDstDrawable); local in function:radeon_glamor_copy_area_nodstbo
561 if (src_pixmap != dst_pixmap) {
572 if (src_pixmap != dst_pixmap)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_composite.c563 PixmapPtr dst_pixmap = get_drawable_pixmap(dst->pDrawable); local in function:sna_composite_fb
569 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel);
589 get_drawable_deltas(dst->pDrawable, dst_pixmap, &tx, &ty);
599 assert(box->x2 + tx <= dst_pixmap->drawable.width);
601 assert(box->y2 + ty <= dst_pixmap->drawable.height);
607 dst_pixmap->devPrivate.ptr,
608 dst_pixmap->drawable.bitsPerPixel,
610 dst_pixmap->devKind,
H A Dsna_accel.c6019 PixmapPtr dst_pixmap, struct sna_pixmap *dst_priv,
6026 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel);
6093 !sna_drawable_move_region_to_cpu(&dst_pixmap->drawable,
6105 assert(dst_pixmap->devKind);
6107 memcpy_from_tiled_x(&sna->kgem, ptr, dst_pixmap->devPrivate.ptr,
6110 dst_pixmap->devKind,
6118 assert(dst_pixmap->devKind);
6120 memcpy_blt(ptr, dst_pixmap->devPrivate.ptr,
6123 dst_pixmap->devKind,
6172 dst_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
6313 PixmapPtr dst_pixmap = get_drawable_pixmap(dst); local in function:sna_copy_boxes
8419 PixmapPtr dst_pixmap = get_drawable_pixmap(drawable); local in function:sna_copy_plane_blt
[all...]
H A Dgen2_render.c1730 PixmapPtr dst_pixmap; local in function:gen2_composite_fallback
1739 dst_pixmap = get_drawable_pixmap(dst->pDrawable);
1758 if (src_pixmap == dst_pixmap && src_fallback) {
1762 if (mask_pixmap == dst_pixmap && mask_fallback) {
1768 if (dst_use_gpu(dst_pixmap)) {
1801 if (too_large(dst_pixmap->drawable.width,
1802 dst_pixmap->drawable.height) &&
1803 dst_is_cpu(dst_pixmap)) {
1810 return dst_use_cpu(dst_pixmap);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c46 PixmapPtr dst_pixmap; local in function:uxa_fill_spans
58 dst_pixmap = uxa_get_offscreen_pixmap(pDrawable, &off_x, &off_y);
59 if (!dst_pixmap)
66 if (!(*uxa_screen->info->prepare_solid) (dst_pixmap,
90 (*uxa_screen->info->solid) (dst_pixmap,
96 (*uxa_screen->info->done_solid) (dst_pixmap);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c46 PixmapPtr dst_pixmap; local in function:uxa_fill_spans
58 dst_pixmap = uxa_get_offscreen_pixmap(pDrawable, &off_x, &off_y);
59 if (!dst_pixmap)
66 if (!(*uxa_screen->info->prepare_solid) (dst_pixmap,
90 (*uxa_screen->info->solid) (dst_pixmap,
96 (*uxa_screen->info->done_solid) (dst_pixmap);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_composite.c565 PixmapPtr dst_pixmap = get_drawable_pixmap(dst->pDrawable); local in function:sna_composite_fb
571 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel);
591 get_drawable_deltas(dst->pDrawable, dst_pixmap, &tx, &ty);
601 assert(box->x2 + tx <= dst_pixmap->drawable.width);
603 assert(box->y2 + ty <= dst_pixmap->drawable.height);
609 dst_pixmap->devPrivate.ptr,
610 dst_pixmap->drawable.bitsPerPixel,
612 dst_pixmap->devKind,
H A Dsna_accel.c6155 PixmapPtr dst_pixmap, struct sna_pixmap *dst_priv,
6162 assert(src_pixmap->drawable.bitsPerPixel == dst_pixmap->drawable.bitsPerPixel);
6229 !sna_drawable_move_region_to_cpu(&dst_pixmap->drawable,
6244 assert(dst_pixmap->devKind);
6246 memcpy_from_tiled_x(&sna->kgem, ptr, dst_pixmap->devPrivate.ptr,
6249 dst_pixmap->devKind,
6257 assert(dst_pixmap->devKind);
6259 memcpy_blt(ptr, dst_pixmap->devPrivate.ptr,
6262 dst_pixmap->devKind,
6313 dst_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
6461 PixmapPtr dst_pixmap = get_drawable_pixmap(dst); local in function:sna_copy_boxes
8584 PixmapPtr dst_pixmap = get_drawable_pixmap(drawable); local in function:sna_copy_plane_blt
[all...]
H A Dgen4_render.c1823 PixmapPtr dst_pixmap; local in function:gen4_composite_fallback
1832 dst_pixmap = get_drawable_pixmap(dst->pDrawable);
1851 if (src_pixmap == dst_pixmap && src_fallback) {
1855 if (mask_pixmap == dst_pixmap && mask_fallback) {
1861 if (dst_use_gpu(dst_pixmap)) {
1894 if (too_large(dst_pixmap->drawable.width,
1895 dst_pixmap->drawable.height) &&
1896 dst_is_cpu(dst_pixmap)) {
1903 return dst_use_cpu(dst_pixmap);
H A Dgen5_render.c1776 PixmapPtr dst_pixmap; local in function:gen5_composite_fallback
1785 dst_pixmap = get_drawable_pixmap(dst->pDrawable);
1804 if (src_pixmap == dst_pixmap && src_fallback) {
1808 if (mask_pixmap == dst_pixmap && mask_fallback) {
1814 if (dst_use_gpu(dst_pixmap)) {
1847 if (too_large(dst_pixmap->drawable.width,
1848 dst_pixmap->drawable.height) &&
1849 dst_is_cpu(dst_pixmap)) {
1856 return dst_use_cpu(dst_pixmap);
H A Dgen6_render.c2153 PixmapPtr dst_pixmap; local in function:gen6_composite_fallback
2162 dst_pixmap = get_drawable_pixmap(dst->pDrawable);
2181 if (src_pixmap == dst_pixmap && src_fallback) {
2185 if (mask_pixmap == dst_pixmap && mask_fallback) {
2191 if (dst_use_gpu(dst_pixmap)) {
2224 if (too_large(dst_pixmap->drawable.width,
2225 dst_pixmap->drawable.height) &&
2226 dst_is_cpu(dst_pixmap)) {
2233 return dst_use_cpu(dst_pixmap);
H A Dgen7_render.c2383 PixmapPtr dst_pixmap; local in function:gen7_composite_fallback
2392 dst_pixmap = get_drawable_pixmap(dst->pDrawable);
2411 if (src_pixmap == dst_pixmap && src_fallback) {
2415 if (mask_pixmap == dst_pixmap && mask_fallback) {
2421 if (dst_use_gpu(dst_pixmap)) {
2454 if (too_large(dst_pixmap->drawable.width,
2455 dst_pixmap->drawable.height) &&
2456 dst_is_cpu(dst_pixmap)) {
2463 return dst_use_cpu(dst_pixmap);
H A Dgen8_render.c2217 PixmapPtr dst_pixmap; local in function:gen8_composite_fallback
2226 dst_pixmap = get_drawable_pixmap(dst->pDrawable);
2245 if (src_pixmap == dst_pixmap && src_fallback) {
2249 if (mask_pixmap == dst_pixmap && mask_fallback) {
2255 if (dst_use_gpu(dst_pixmap)) {
2288 if (too_large(dst_pixmap->drawable.width,
2289 dst_pixmap->drawable.height) &&
2290 dst_is_cpu(dst_pixmap)) {
2297 return dst_use_cpu(dst_pixmap);
H A Dgen9_render.c2295 PixmapPtr dst_pixmap; local in function:gen9_composite_fallback
2304 dst_pixmap = get_drawable_pixmap(dst->pDrawable);
2323 if (src_pixmap == dst_pixmap && src_fallback) {
2327 if (mask_pixmap == dst_pixmap && mask_fallback) {
2333 if (dst_use_gpu(dst_pixmap)) {
2366 if (too_large(dst_pixmap->drawable.width,
2367 dst_pixmap->drawable.height) &&
2368 dst_is_cpu(dst_pixmap)) {
2375 return dst_use_cpu(dst_pixmap);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c48 PixmapPtr dst_pixmap = crtc->rotatedPixmap; local in function:xf86RotateCrtcRedisplay
68 &dst_pixmap->drawable,
/xsrc/external/mit/xorg-server/dist/dix/
H A Dpixmap.c306 PixmapDirtyCompositeRotate(PixmapPtr dst_pixmap, argument
327 &dst_pixmap->drawable,
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.h109 PixmapPtr dst_pixmap, int dx, int dy, int alu,
H A Dsaa_unaccel.c164 PixmapPtr dst_pixmap; local in function:saa_check_copy_nton
173 dst_pixmap = saa_get_pixmap(pDst, &dst_xoff, &dst_yoff);
199 if (!saa_prepare_access_pixmap(dst_pixmap, access, readback))
212 saa_finish_access_pixmap(dst_pixmap, access);
213 saa_pixmap_dirty(dst_pixmap, FALSE, reg);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa.c909 PixmapPtr dst_pixmap,
922 if (!vsaa->xat || !SAA_PM_IS_SOLID(&dst_pixmap->drawable, plane_mask) ||
927 dst_vpix = vmwgfx_saa_pixmap(dst_pixmap);
932 if (vmwgfx_is_present_hw(dst_pixmap) &&
973 if (!vmwgfx_hw_accel_stage(dst_pixmap, 0, XA_FLAG_RENDER_TARGET, 0))
977 !vmwgfx_hw_composite_dst_stage(dst_pixmap, dst_vpix->base.dst_format))
987 if (!vmwgfx_hw_commit(dst_pixmap))
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.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c80 PixmapPtr dst_pixmap = crtc->rotatedPixmap; local in function:xf86RotateCrtcRedisplay
99 &dst_pixmap->drawable,

Completed in 125 milliseconds

12