Searched refs:prepare_access (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.h | 430 * prepare_access() is called before CPU access to an offscreen pixmap. 435 * prepare_access() will be called before CPU access to an offscreen pixmap. 442 * to three pixmaps will have prepare_access() called on them per operation, 444 * for prepare_access() and finish_access() in. Note that the same pixmap may 445 * have prepare_access() called on it more than once, for uxample when doing 446 * a copy within the same pixmap (so it gets prepare_access as() 449 * prepare_access() may fail. An uxample might be the case of hardware that 450 * can set up 1 or 2 surfaces for CPU access, but not 3. If prepare_access() 453 * wishes to fail in prepare_access(). prepare_access() mus 462 Bool (*prepare_access)(PixmapPtr pPix, uxa_access_t access); member in struct:_UxaDriver [all...] |
| H A D | uxa.c | 154 if (uxa_screen->info->prepare_access) 155 return (*uxa_screen->info->prepare_access) (pPixmap, access);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 468 * prepare_access() is called before CPU access to an offscreen pixmap. 473 * prepare_access() will be called before CPU access to an offscreen 482 * only up to three pixmaps will have prepare_access() called on them 484 * to maintain state for prepare_access() and finish_access() in. 485 * Note that the same pixmap may have prepare_access() called on it 487 * pixmap (so it gets prepare_access as 490 * prepare_access() may fail. An example might be the case of 492 * 3. If prepare_access() 495 * wishes to fail in prepare_access(). prepare_access() mus 504 Bool(*prepare_access) (PixmapPtr pPix, uxa_access_t access); member in struct:_UxaDriver [all...] |
| H A D | uxa.c | 153 if (uxa_screen->info->prepare_access) 154 return (*uxa_screen->info->prepare_access) (pPixmap, access);
|
| H A D | intel_uxa.c | 1399 intel->uxa_driver->prepare_access = intel_uxa_prepare_access;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.h | 468 * prepare_access() is called before CPU access to an offscreen pixmap. 473 * prepare_access() will be called before CPU access to an offscreen 482 * only up to three pixmaps will have prepare_access() called on them 484 * to maintain state for prepare_access() and finish_access() in. 485 * Note that the same pixmap may have prepare_access() called on it 487 * pixmap (so it gets prepare_access as 490 * prepare_access() may fail. An example might be the case of 492 * 3. If prepare_access() 495 * wishes to fail in prepare_access(). prepare_access() mus 504 Bool(*prepare_access) (PixmapPtr pPix, uxa_access_t access); member in struct:_UxaDriver [all...] |
| H A D | uxa.c | 153 if (uxa_screen->info->prepare_access) 154 return (*uxa_screen->info->prepare_access) (pPixmap, access);
|
| H A D | intel_uxa.c | 1370 intel->uxa_driver->prepare_access = intel_uxa_prepare_access;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.h | 468 * prepare_access() is called before CPU access to an offscreen pixmap. 473 * prepare_access() will be called before CPU access to an offscreen 482 * only up to three pixmaps will have prepare_access() called on them 484 * to maintain state for prepare_access() and finish_access() in. 485 * Note that the same pixmap may have prepare_access() called on it 487 * pixmap (so it gets prepare_access as 490 * prepare_access() may fail. An example might be the case of 492 * 3. If prepare_access() 495 * wishes to fail in prepare_access(). prepare_access() mus 504 Bool(*prepare_access) (PixmapPtr pPix, RegionPtr region, uxa_access_t access); member in struct:_UxaDriver [all...] |
| H A D | uxa.c | 171 if (uxa_screen->info->prepare_access) 172 result = (*uxa_screen->info->prepare_access) (pPixmap, region, access);
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | dfps.c | 408 qxl->uxa->prepare_access = dfps_prepare_access;
|
| H A D | qxl_uxa.c | 536 qxl->uxa->prepare_access = qxl_prepare_access;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_uxa.c | 757 i830->uxa_driver->prepare_access = i830_uxa_prepare_access;
|
Completed in 15 milliseconds