Searched refs:dst_priv (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_dri2.c296 BufferPrivatePtr dst_priv = pDestBuffer->driverPrivate; local in function:dri2_copy_region
320 &dst_priv->pPixmap->drawable;
339 if (dst_priv->pPixmap == src_priv->pPixmap) {
344 if (!vmwgfx_hw_dri2_validate(dst_priv->pPixmap,
345 dst_priv->dri2_depth))
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor_wrappers.c307 struct radeon_pixmap *dst_priv = radeon_get_pixmap_private(dst_pix); local in function:radeon_glamor_copy_plane
310 if (radeon_glamor_prepare_access_cpu_rw(scrn, dst_pix, dst_priv)) {
511 struct radeon_pixmap *dst_priv = radeon_get_pixmap_private(dst_pixmap); local in function:radeon_glamor_copy_area
515 (dst_priv && !dst_priv->bo)) {
516 if (!radeon_glamor_prepare_access_gpu(dst_priv))
518 if (src_priv != dst_priv &&
525 radeon_glamor_finish_access_gpu_rw(info, dst_priv);
526 if (src_priv != dst_priv)
533 if (radeon_glamor_prepare_access_cpu_rw(scrn, dst_pixmap, dst_priv)) {
751 struct radeon_pixmap *dst_priv, *src_priv = NULL, *mask_priv = NULL; local in function:radeon_glamor_composite
[all...]
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor_wrappers.c315 struct amdgpu_pixmap *dst_priv = amdgpu_get_pixmap_private(dst_pix); local in function:amdgpu_glamor_copy_plane
318 if (amdgpu_glamor_prepare_access_cpu_rw(scrn, dst_pix, dst_priv)) {
519 struct amdgpu_pixmap *dst_priv = amdgpu_get_pixmap_private(dst_pixmap); local in function:amdgpu_glamor_copy_area
522 if (amdgpu_glamor_use_gpu(dst_pixmap, dst_priv) ||
524 if (!amdgpu_glamor_prepare_access_gpu(dst_priv))
526 if (src_priv != dst_priv &&
533 amdgpu_glamor_finish_access_gpu_rw(info, dst_priv);
534 if (src_priv != dst_priv)
541 if (amdgpu_glamor_prepare_access_cpu_rw(scrn, dst_pixmap, dst_priv)) {
759 struct amdgpu_pixmap *dst_priv, *src_pri local in function:amdgpu_glamor_composite
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c191 struct etna_resource *dst_priv = etna_resource(dst); local in function:etna_copy_resource
210 MIN2(src_priv->levels[level].padded_width, dst_priv->levels[level].padded_width);
212 MIN2(src_priv->levels[level].padded_height, dst_priv->levels[level].padded_height);
213 unsigned depth = MIN2(src_priv->levels[level].depth, dst_priv->levels[level].depth);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c160 struct etna_resource *dst_priv = etna_resource(dst); local in function:etna_copy_resource
179 MIN2(src_priv->levels[level].padded_width, dst_priv->levels[level].padded_width);
181 MIN2(src_priv->levels[level].padded_height, dst_priv->levels[level].padded_height);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_accel.c1977 struct sna_pixmap *dst_priv)
1992 dst_priv->pixmap->drawable.serialNumber,
1995 dst_priv->cow ? IS_COW_OWNER(dst_priv->cow) ? 1 : -1 : 0));
1997 if (dst_priv->pinned) {
1999 __FUNCTION__, dst_priv->pinned));
2003 assert(dst_priv->move_to_gpu == NULL);
2004 assert(!dst_priv->flush);
2005 assert(list_is_empty(&dst_priv->cow_list));
2026 if (cow == COW(dst_priv
1975 sna_pixmap_make_cow(struct sna * sna,struct sna_pixmap * src_priv,struct sna_pixmap * dst_priv) argument
5921 copy_prefer_gpu(struct sna * sna,struct sna_pixmap * dst_priv,struct sna_pixmap * src_priv,RegionRec * region,int16_t dx,int16_t dy) argument
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
6314 struct sna_pixmap *dst_priv = sna_pixmap(dst_pixmap); local in function:sna_copy_boxes
[all...]
H A Dsna_blt.c2136 struct sna_pixmap *dst_priv = sna_pixmap(dst); local in function:blt_put_composite
2146 if (!dst_priv->pinned &&
2153 assert(op->dst.bo == dst_priv->gpu_bo);
2165 dst_priv->gpu_bo, 0, 0,
2178 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_box
2186 if (!dst_priv->pinned &&
2196 assert(op->dst.bo == dst_priv->gpu_bo);
2217 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_boxes
2226 if (n == 1 && !dst_priv->pinned &&
2236 assert(op->dst.bo == dst_priv
2259 struct sna_pixmap *dst_priv = sna_pixmap(dst); local in function:blt_put_composite_with_alpha
2305 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_box_with_alpha
2344 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_boxes_with_alpha
[all...]
H A Dsna_dri2.c883 struct sna_dri2_private *dst_priv = get_private(dst); local in function:__sna_dri2_copy_region
1008 dst_bo = dst_priv->bo;
1028 __FUNCTION__, dst_priv->bo->handle, dst_bo->handle));
1035 scratch.width = dst_priv->size & 0xffff;
1036 scratch.height = dst_priv->size >> 16;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c2037 struct sna_pixmap *dst_priv)
2052 dst_priv->pixmap->drawable.serialNumber,
2055 dst_priv->cow ? IS_COW_OWNER(dst_priv->cow) ? 1 : -1 : 0));
2057 if (dst_priv->pinned) {
2059 __FUNCTION__, dst_priv->pinned));
2063 assert(dst_priv->move_to_gpu == NULL);
2064 assert(!dst_priv->flush);
2065 assert(list_is_empty(&dst_priv->cow_list));
2090 if (cow == COW(dst_priv
2035 sna_pixmap_make_cow(struct sna * sna,struct sna_pixmap * src_priv,struct sna_pixmap * dst_priv) argument
6057 copy_prefer_gpu(struct sna * sna,struct sna_pixmap * dst_priv,struct sna_pixmap * src_priv,RegionRec * region,int16_t dx,int16_t dy) argument
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
6462 struct sna_pixmap *dst_priv = sna_pixmap(dst_pixmap); local in function:sna_copy_boxes
[all...]
H A Dsna_blt.c2189 struct sna_pixmap *dst_priv = sna_pixmap(dst); local in function:blt_put_composite
2199 if (!dst_priv->pinned &&
2206 assert(op->dst.bo == dst_priv->gpu_bo);
2218 dst_priv->gpu_bo, 0, 0,
2231 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_box
2239 if (!dst_priv->pinned &&
2249 assert(op->dst.bo == dst_priv->gpu_bo);
2270 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_boxes
2279 if (n == 1 && !dst_priv->pinned &&
2289 assert(op->dst.bo == dst_priv
2312 struct sna_pixmap *dst_priv = sna_pixmap(dst); local in function:blt_put_composite_with_alpha
2358 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_box_with_alpha
2397 struct sna_pixmap *dst_priv = sna_pixmap(op->dst.pixmap); local in function:blt_put_composite_boxes_with_alpha
[all...]
H A Dsna_dri2.c1158 struct sna_dri2_private *dst_priv = get_private(dst); local in function:__sna_dri2_copy_region
1290 dst_bo = dst_priv->bo;
1310 __FUNCTION__, dst_priv->bo->handle, dst_bo->handle));
1317 scratch.width = dst_priv->size & 0xffff;
1318 scratch.height = dst_priv->size >> 16;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_copy.c363 glamor_pixmap_private *dst_priv = glamor_get_pixmap_private(dst_pixmap); local in function:glamor_copy_fbo_fbo_draw
459 glamor_pixmap_loop(dst_priv, dst_box_index) {
702 glamor_pixmap_private *dst_priv = glamor_get_pixmap_private(dst_pixmap); local in function:glamor_copy_gl
704 if (GLAMOR_PIXMAP_PRIV_HAS_FBO(dst_priv)) {
717 dst_priv->type != GLAMOR_DRM_ONLY &&
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c268 ms_dri2_buffer_private_ptr dst_priv = destBuffer->driverPrivate; local in function:ms_dri2_copy_region2
270 PixmapPtr dst_pixmap = dst_priv->pixmap;

Completed in 60 milliseconds