Searched refs:pExaSrcPix (Results 1 – 1 of 1) sorted by relevance
495 ExaPixmapPrivPtr pExaSrcPix; in ExaOffscreenDefragment() local523 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 …]