| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/ |
| H A D | postproc.c | 55 const VARectangle *src_region, 69 src_rect.x0 = src_region->x; 70 src_rect.y0 = src_region->y; 71 src_rect.x1 = src_region->x + src_region->width; 72 src_rect.y1 = src_region->y + src_region->height; 112 const VARectangle *src_region, 159 src_rect.x0 = src_region->x; 160 src_rect.y0 = src_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 D | postproc.c | 55 const VARectangle *src_region, 69 src_rect.x0 = src_region->x; 70 src_rect.y0 = src_region->y; 71 src_rect.x1 = src_region->x + src_region->width; 72 src_rect.y1 = src_region->y + src_region->height; 114 const VARectangle *src_region, 158 src_rect.x0 = src_region->x; 159 src_rect.y0 = src_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 D | saa_render.c | 369 RegionPtr src_region; local in function:saa_composite 376 &dst_region, &src_region, &mask_region)) 384 xDst, yDst, width, height, src_region, 390 src_region, mask_region, &dst_region); 392 if (src_region) 393 REGION_UNINIT(pScreen, src_region); 394 if (mask_region && mask_region != src_region)
|
| H A D | saa.h | 119 RegionPtr src_region,
|
| H A D | saa_priv.h | 251 RegionPtr src_region,
|
| H A D | saa_unaccel.c | 835 RegionPtr src_region, 865 if (!saa_prepare_access_pixmap(pSrcPix, SAA_ACCESS_R, src_region)) 926 RegionPtr src_region, 940 src_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
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa-unaccel.c | 137 RegionRec src_region; local in function:uxa_check_copy_area 142 REGION_INIT (screen, &src_region, &src_box, 1); 154 if (uxa_prepare_access(pSrc, &src_region, UXA_ACCESS_RO)) { 163 REGION_UNINIT (screen, &src_region);
|
| H A D | uxa-accel.c | 510 RegionRec src_region; local in function:uxa_copy_n_to_n 605 REGION_INIT (NULL, &src_region, (BoxPtr)NULL, 0); 606 REGION_COPY (NULL, &src_region, &dst_region); 607 REGION_TRANSLATE (NULL, &src_region, dx, dy); 614 if (uxa_prepare_access(pSrcDrawable, &src_region, UXA_ACCESS_RO)) 626 REGION_UNINIT (NULL, &src_region);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor.h | 419 extern void _X_EXPORT glamor_copy_window(WindowPtr window, DDXPointRec old_origin, RegionPtr src_region);
|
| H A D | glamor_copy.c | 769 glamor_copy_window(WindowPtr window, DDXPointRec old_origin, RegionPtr src_region) argument 778 RegionTranslate(src_region, -dx, -dy); 782 RegionIntersect(&dst_region, &window->borderClip, src_region);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_saa.c | 1106 RegionPtr src_region, 1143 vmwgfx_check_hw_contents(vsaa, src_vpix, src_region, 1209 if (src_pix && src_region && !vmwgfx_hw_validate(src_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
|