Home
last modified time | relevance | path

Searched refs:src_priv (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_dri2.c299 BufferPrivatePtr src_priv = pSrcBuffer->driverPrivate; in dri2_copy_region() local
314 &src_priv->pPixmap->drawable; in dri2_copy_region()
335 if (dst_priv->pPixmap == src_priv->pPixmap) { in dri2_copy_region()
380 exaMoveInPixmap(src_priv->pPixmap); in dri2_copy_region()
Dxorg_exa.c430 struct exa_pixmap_priv *src_priv = exaGetPixmapDriverPrivate(pSrcPixmap); in ExaPrepareCopy() local
443 if (!src_priv || !src_priv->tex) in ExaPrepareCopy()
444 XORG_FALLBACK("pSrc %s", !src_priv ? "!priv" : "!priv->tex"); in ExaPrepareCopy()
457 if (!exa->scrn->is_format_supported(exa->scrn, src_priv->tex->format, in ExaPrepareCopy()
458 src_priv->tex->target, 0, in ExaPrepareCopy()
460 XORG_FALLBACK("pSrc format %s", util_format_name(src_priv->tex->format)); in ExaPrepareCopy()
462 exa->copy.src = src_priv; in ExaPrepareCopy()