Lines Matching refs:pExaScr
62 swap(pExaScr, pScreen, CreatePixmap); in exaCreatePixmap_mixed()
64 swap(pExaScr, pScreen, CreatePixmap); in exaCreatePixmap_mixed()
87 exaSetFbPitch(pExaScr, pExaPixmap, w, h, bpp); in exaCreatePixmap_mixed()
88 exaSetAccelBlock(pExaScr, pExaPixmap, w, h, bpp); in exaCreatePixmap_mixed()
120 if (pExaScr->fallback_counter) in exaCreatePixmap_mixed()
131 ExaScreenPrivPtr pExaScr; in exaModifyPixmapHeader_mixed() local
139 pExaScr = ExaGetScreenPriv(pScreen); in exaModifyPixmapHeader_mixed()
149 pExaScr->info->DestroyPixmap(pScreen, pExaPixmap->driverPriv); in exaModifyPixmapHeader_mixed()
183 exaSetFbPitch(pExaScr, pExaPixmap, width, height, bitsPerPixel); in exaModifyPixmapHeader_mixed()
185 exaSetAccelBlock(pExaScr, pExaPixmap, width, height, bitsPerPixel); in exaModifyPixmapHeader_mixed()
198 if (pExaScr->deferred_mixed_pixmap == pPixmap) in exaModifyPixmapHeader_mixed()
199 pExaScr->deferred_mixed_pixmap = NULL; in exaModifyPixmapHeader_mixed()
216 if (pExaScr->info->ModifyPixmapHeader && pExaPixmap->driverPriv) { in exaModifyPixmapHeader_mixed()
217 ret = pExaScr->info->ModifyPixmapHeader(pPixmap, width, height, depth, in exaModifyPixmapHeader_mixed()
224 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_mixed()
227 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_mixed()
257 if (pExaScr->deferred_mixed_pixmap == pPixmap) in exaDestroyPixmap_mixed()
258 pExaScr->deferred_mixed_pixmap = NULL; in exaDestroyPixmap_mixed()
261 pExaScr->info->DestroyPixmap(pScreen, pExaPixmap->driverPriv); in exaDestroyPixmap_mixed()
271 swap(pExaScr, pScreen, DestroyPixmap); in exaDestroyPixmap_mixed()
273 swap(pExaScr, pScreen, DestroyPixmap); in exaDestroyPixmap_mixed()
293 ret = pExaScr->info->PixmapIsOffscreen(pPixmap); in exaPixmapHasGpuCopy_mixed()
308 if (pExaScr->info->SharePixmapBacking) in exaSharePixmapBacking_mixed()
309 ret = pExaScr->info->SharePixmapBacking(pPixmap, slave, handle_p); in exaSharePixmapBacking_mixed()
321 if (pExaScr->info->SetSharedPixmapBacking) in exaSetSharedPixmapBacking_mixed()
322 ret = pExaScr->info->SetSharedPixmapBacking(pPixmap, handle); in exaSetSharedPixmapBacking_mixed()