HomeSort by: relevance | last modified time | path
    Searched refs:dst_region (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
postproc.c 56 const VARectangle *dst_region,
74 dst_rect.x0 = dst_region->x;
75 dst_rect.y0 = dst_region->y;
76 dst_rect.x1 = dst_region->x + dst_region->width;
77 dst_rect.y1 = dst_region->y + dst_region->height;
115 const VARectangle *dst_region,
163 dst_rect.x0 = dst_region->x;
164 dst_rect.y0 = dst_region->y
286 const VARectangle *src_region, *dst_region; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
postproc.c 56 const VARectangle *dst_region,
74 dst_rect.x0 = dst_region->x;
75 dst_rect.y0 = dst_region->y;
76 dst_rect.x1 = dst_region->x + dst_region->width;
77 dst_rect.y1 = dst_region->y + dst_region->height;
113 const VARectangle *dst_region,
164 dst_rect.x0 = dst_region->x;
165 dst_rect.y0 = dst_region->y
287 const VARectangle *src_region, *dst_region; local
    [all...]
  /xsrc/external/mit/xf86-video-vmware/dist/saa/
saa_render.c 306 RegionPtr dst_region)
341 REGION_TRANSLATE(pScreen, dst_region, -xoff, -yoff);
343 REGION_RECTS(dst_region),
344 REGION_NUM_RECTS(dst_region),
346 REGION_TRANSLATE(pScreen, dst_region, xoff, yoff);
368 RegionRec dst_region; local
372 REGION_NULL(pScreen, &dst_region);
376 &dst_region, &src_region, &mask_region))
380 xDst, yDst, width, height, &dst_region))
385 mask_region, &dst_region))
    [all...]
saa_unaccel.c 837 RegionPtr dst_region,
875 dstReg = dst_region;
928 RegionPtr dst_region)
942 dst_region,
959 saa_pixmap_dirty(pixmap, FALSE, dst_region);
963 saa_pixmap_dirty(pixmap, FALSE, dst_region);
saa.h 121 RegionPtr dst_region);
saa_priv.h 253 RegionPtr dst_region);
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-unaccel.c 138 RegionRec dst_region; local
143 REGION_INIT (screen, &dst_region, &dst_box, 1);
153 if (uxa_prepare_access(pDst, &dst_region, UXA_ACCESS_RW)) {
164 REGION_UNINIT (screen, &dst_region);
uxa-accel.c 511 RegionRec dst_region; local
604 pixman_region_init_rects (&dst_region, pbox, nbox);
606 REGION_COPY (NULL, &src_region, &dst_region);
612 if (uxa_prepare_access(pDstDrawable, &dst_region, UXA_ACCESS_RW))
627 REGION_UNINIT (NULL, &dst_region);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_copy.c 773 RegionRec dst_region; local
780 RegionNull(&dst_region);
782 RegionIntersect(&dst_region, &window->borderClip, src_region);
786 RegionTranslate(&dst_region, -pixmap->screen_x, -pixmap->screen_y);
790 0, &dst_region, dx, dy, glamor_copy, 0, 0);
792 RegionUninit(&dst_region);
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_saa.c 1108 RegionPtr dst_region)
1133 vmwgfx_check_hw_contents(vsaa, dst_vpix, dst_region,
1138 dst_region = ∅
1214 if (dst_region && !vmwgfx_hw_validate(dst_pix, NULL))

Completed in 13 milliseconds