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

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_dri2.c633 struct amdgpu_pixmap *back_pix; local in function:amdgpu_dri2_exchange_buffers
652 back_pix = amdgpu_get_pixmap_private(back_priv->pixmap);
653 amdgpu_set_pixmap_private(front_priv->pixmap, back_pix);
663 amdgpu_bo_ref(back_pix->bo);
665 info->front_buffer = back_pix->bo;
666 *screen_priv = *back_pix;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c608 msPixmapPrivPtr back_pix = msGetPixmapPriv(&ms->drmmode, back_priv->pixmap); local in function:ms_dri2_exchange_buffers
620 *front_pix = *back_pix;
621 *back_pix = tmp_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
754 back_pix = radeon_get_pixmap_private(back_priv->pixmap);
755 radeon_set_pixmap_private(front_priv->pixmap, back_pix);

Completed in 7 milliseconds