HomeSort by: relevance | last modified time | path
    Searched refs:dst_pixmap (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_copy.c 214 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); local
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
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, gc, prog, &args)
632 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); local
700 PixmapPtr dst_pixmap = glamor_get_drawable_pixmap(dst); local
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-accel.c 59 PixmapPtr dst_pixmap, src_pixmap = NULL; local
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...]
uxa-glyphs.c 658 PixmapPtr src_pixmap, dst_pixmap; local
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);
uxa-render.c 943 PixmapPtr dst_pixmap, src_pixmap = NULL; local
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/
amdgpu_glamor_wrappers.c 517 PixmapPtr dst_pixmap = get_drawable_pixmap(pDstDrawable); local
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
569 if (src_pixmap != dst_pixmap) {
580 if (src_pixmap != dst_pixmap)
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_glamor_wrappers.c 509 PixmapPtr dst_pixmap = get_drawable_pixmap(pDstDrawable); local
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
561 if (src_pixmap != dst_pixmap) {
572 if (src_pixmap != dst_pixmap)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_composite.c 563 PixmapPtr dst_pixmap = get_drawable_pixmap(dst->pDrawable); local
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,
sna_accel.c 6019 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->drawable.width
6313 PixmapPtr dst_pixmap = get_drawable_pixmap(dst); local
8419 PixmapPtr dst_pixmap = get_drawable_pixmap(drawable); local
    [all...]
gen2_render.c 1730 PixmapPtr dst_pixmap; local
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/
uxa-accel.c 46 PixmapPtr dst_pixmap; local
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/
uxa-accel.c 46 PixmapPtr dst_pixmap; local
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/
sna_composite.c 565 PixmapPtr dst_pixmap = get_drawable_pixmap(dst->pDrawable); local
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,
sna_accel.c 6155 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->drawable.width
6461 PixmapPtr dst_pixmap = get_drawable_pixmap(dst); local
8584 PixmapPtr dst_pixmap = get_drawable_pixmap(drawable); local
    [all...]
gen4_render.c 1823 PixmapPtr dst_pixmap; local
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);
gen5_render.c 1776 PixmapPtr dst_pixmap; local
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);
gen6_render.c 2153 PixmapPtr dst_pixmap; local
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);
gen7_render.c 2383 PixmapPtr dst_pixmap; local
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);
gen8_render.c 2217 PixmapPtr dst_pixmap; local
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);
gen9_render.c 2295 PixmapPtr dst_pixmap; local
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/dix/
pixmap.c 306 PixmapDirtyCompositeRotate(PixmapPtr dst_pixmap,
327 &dst_pixmap->drawable,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Rotate.c 48 PixmapPtr dst_pixmap = crtc->rotatedPixmap; local
68 &dst_pixmap->drawable,
  /xsrc/external/mit/xf86-video-vmware/dist/saa/
saa.h 109 PixmapPtr dst_pixmap, int dx, int dy, int alu,
saa_unaccel.c 164 PixmapPtr dst_pixmap; local
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/
vmwgfx_saa.c 909 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))
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Rotate.c 80 PixmapPtr dst_pixmap = crtc->rotatedPixmap; local
99 &dst_pixmap->drawable,

Completed in 47 milliseconds

1 2