Searched refs:PrepareAccess (Results 1 – 5 of 5) sorted by relevance
590 Bool (*PrepareAccess) (PixmapPtr pPix, int index); member
338 if (pExaScr->info->PrepareAccess == NULL) in ExaDoPrepareAccess()350 if (!(*pExaScr->info->PrepareAccess) (pPixmap, index)) { in ExaDoPrepareAccess()
482 fakexa->exa->PrepareAccess = ephyrPrepareAccess; in ephyrDrawInit()
1128 exa->PrepareAccess = ms_exa_prepare_access; in ms_setup_exa()
18593 create and destroy a damage in PrepareAccess. The destroy path can then98368 exa: Only call driver FinishAccess hook if PrepareAccess hook succeeded.117228 Turns out this is still necessary if the driver PrepareAccess hook succeeds.121114 but use pPixmap->devPrivate.ptr after PrepareAccess instead.121204 EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail.121206 If the PrepareAccess hook fails, use the DownloadFromScreen hook to retrieve121214 CPU, this can be handled between the PrepareAccess and121217 * Radeon KMS on big endian machines can fail PrepareAccess if the pixmap121220 Here the driver PrepareAccess hook will always fail and leave all transfers121223 Drivers which can handle all pixmaps in the PrepareAccess hook should notice[all …]