Searched refs:dst_region (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpostproc.c56 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
54 vlVaPostProcCompositor(vlVaDriver * drv,vlVaContext * context,const VARectangle * src_region,const VARectangle * dst_region,struct pipe_video_buffer * src,struct pipe_video_buffer * dst,enum vl_compositor_deinterlace deinterlace) argument
111 vlVaPostProcBlit(vlVaDriver * drv,vlVaContext * context,const VARectangle * src_region,const VARectangle * dst_region,struct pipe_video_buffer * src,struct pipe_video_buffer * dst,enum vl_compositor_deinterlace deinterlace) argument
287 const VARectangle *src_region, *dst_region; local in function:vlVaHandleVAProcPipelineParameterBufferType
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpostproc.c56 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
54 vlVaPostProcCompositor(vlVaDriver * drv,vlVaContext * context,const VARectangle * src_region,const VARectangle * dst_region,struct pipe_video_buffer * src,struct pipe_video_buffer * dst,enum vl_compositor_deinterlace deinterlace) argument
113 vlVaPostProcBlit(vlVaDriver * drv,vlVaContext * context,const VARectangle * src_region,const VARectangle * dst_region,struct pipe_video_buffer * src,struct pipe_video_buffer * dst,enum vl_compositor_deinterlace deinterlace) argument
286 const VARectangle *src_region, *dst_region; local in function:vlVaHandleVAProcPipelineParameterBufferType
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_render.c306 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 in function:saa_composite
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))
297 saa_copy_composite(CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,CARD16 width,CARD16 height,RegionPtr dst_region) argument
[all...]
H A Dsaa_unaccel.c837 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);
822 saa_prepare_composite_reg(ScreenPtr pScreen,CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,CARD16 width,CARD16 height,RegionPtr src_region,RegionPtr mask_region,RegionPtr dst_region,saa_access_t * access) argument
917 saa_check_composite(CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,CARD16 width,CARD16 height,RegionPtr src_region,RegionPtr mask_region,RegionPtr dst_region) argument
H A Dsaa.h121 RegionPtr dst_region);
H A Dsaa_priv.h253 RegionPtr dst_region);
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-unaccel.c138 RegionRec dst_region; local in function:uxa_check_copy_area
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);
H A Duxa-accel.c511 RegionRec dst_region; local in function:uxa_copy_n_to_n
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/
H A Dglamor_copy.c773 RegionRec dst_region; local in function:glamor_copy_window
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/
H A Dvmwgfx_saa.c1108 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))
1101 vmwgfx_composite_prepare(struct saa_driver * driver,CARD8 op,PicturePtr src_pict,PicturePtr mask_pict,PicturePtr dst_pict,PixmapPtr src_pix,PixmapPtr mask_pix,PixmapPtr dst_pix,RegionPtr src_region,RegionPtr mask_region,RegionPtr dst_region) argument

Completed in 11 milliseconds