Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_offscreen.c495 ExaPixmapPrivPtr pExaSrcPix; in ExaOffscreenDefragment() local
523 pExaSrcPix = ExaGetPixmapPriv(pSrcPix); in ExaOffscreenDefragment()
530 if (pExaDstPix->fb_ptr <= pExaSrcPix->fb_ptr) { in ExaOffscreenDefragment()
536 (pExaSrcPix->fb_ptr + prev->size) > pExaDstPix->fb_ptr) { in ExaOffscreenDefragment()
541 save_use_gpu_copy = pExaSrcPix->use_gpu_copy; in ExaOffscreenDefragment()
544 pExaSrcPix->use_gpu_copy = TRUE; in ExaOffscreenDefragment()
545 pSrcPix->devKind = pExaSrcPix->fb_pitch; in ExaOffscreenDefragment()
554 pExaSrcPix->use_gpu_copy = save_use_gpu_copy; in ExaOffscreenDefragment()
570 prev->offset += pExaDstPix->fb_ptr - pExaSrcPix->fb_ptr; in ExaOffscreenDefragment()
606 pExaSrcPix->fb_ptr = pExaDstPix->fb_ptr; in ExaOffscreenDefragment()
[all …]