Searched refs:front_pix (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_dri2.c632 struct amdgpu_pixmap *front_pix; local in function:amdgpu_dri2_exchange_buffers
651 front_pix = amdgpu_get_pixmap_private(front_priv->pixmap);
654 amdgpu_set_pixmap_private(back_priv->pixmap, front_pix);
659 if (front_pix->bo == info->front_buffer) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c607 msPixmapPrivPtr front_pix = msGetPixmapPriv(&ms->drmmode, front_priv->pixmap); local in function:ms_dri2_exchange_buffers
619 tmp_pix = *front_pix;
620 *front_pix = *back_pix;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_dri2.c751 struct radeon_pixmap *front_pix, *back_pix; local in function:radeon_dri2_exchange_buffers
753 front_pix = radeon_get_pixmap_private(front_priv->pixmap);
756 radeon_set_pixmap_private(back_priv->pixmap, front_pix);

Completed in 7 milliseconds