| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.h | 139 * prepare_copy() sets up the driver for doing a copy within video 166 * The prepare_copy() call is required of all drivers, but it may fail for any 169 Bool (*prepare_copy) (PixmapPtr pSrcPixmap, member in struct:_UxaDriver 177 * copy() performs a copy set up in the last prepare_copy call. 187 * Performs the copy set up by the last prepare_copy() call, copying the 193 * be stored in the driver private during prepare_copy(). As with solid(), 198 * This call is required if prepare_copy ever succeeds. 214 * copy() calls following a successful prepare_copy(). This allows drivers 216 * state from prepare_copy(). 218 * This call is required if prepare_copy() eve [all...] |
| H A D | uxa-accel.c | 328 if (!(*uxa_screen->info->prepare_copy)(pSrcPixmap, 349 if (!(*uxa_screen->info->prepare_copy)(pSrcPixmap, 374 if (!(*uxa_screen->info->prepare_copy)(pSrcPixmap, 399 if (!(*uxa_screen->info->prepare_copy)(pSrcPixmap, 457 !(*uxa_screen->info->prepare_copy) (pSrcPixmap, pDstPixmap, reverse ? -1 : 1, 937 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu, planemask))
|
| H A D | uxa.c | 453 if (!uxa_driver->prepare_copy) { 454 LogMessage(X_ERROR, "UXA(%d): uxa_driver_t::prepare_copy must be " 541 assert(uxa_driver->prepare_copy != NULL);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 156 * prepare_copy() sets up the driver for doing a copy within video 188 * The prepare_copy() call is required of all drivers, but it may fail 191 Bool(*prepare_copy) (PixmapPtr pSrcPixmap, member in struct:_UxaDriver 196 * copy() performs a copy set up in the last prepare_copy call. 206 * Performs the copy set up by the last prepare_copy() call, copying the 212 * should be stored in the driver private during prepare_copy(). As 218 * This call is required if prepare_copy ever succeeds. 230 * copy() calls following a successful prepare_copy(). This allows 232 * or clean up state from prepare_copy(). 234 * This call is required if prepare_copy() eve [all...] |
| H A D | uxa-accel.c | 233 if (!(*uxa_screen->info->prepare_copy) 252 if (!(*uxa_screen->info->prepare_copy) 275 if (!(*uxa_screen->info->prepare_copy) 303 if (!(*uxa_screen->info->prepare_copy) 412 if (!(*uxa_screen->info->prepare_copy) (pSrcPixmap, pDstPixmap, 973 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu,
|
| H A D | uxa.c | 463 if (!uxa_driver->prepare_copy) { 465 "UXA(%d): uxa_driver_t::prepare_copy must be " 550 assert(uxa_driver->prepare_copy != NULL);
|
| H A D | intel_uxa.c | 1349 intel->uxa_driver->prepare_copy = intel_uxa_prepare_copy;
|
| H A D | intel_display.c | 2503 if (!intel->uxa_driver->prepare_copy(src, dst,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.h | 156 * prepare_copy() sets up the driver for doing a copy within video 188 * The prepare_copy() call is required of all drivers, but it may fail 191 Bool(*prepare_copy) (PixmapPtr pSrcPixmap, member in struct:_UxaDriver 196 * copy() performs a copy set up in the last prepare_copy call. 206 * Performs the copy set up by the last prepare_copy() call, copying the 212 * should be stored in the driver private during prepare_copy(). As 218 * This call is required if prepare_copy ever succeeds. 230 * copy() calls following a successful prepare_copy(). This allows 232 * or clean up state from prepare_copy(). 234 * This call is required if prepare_copy() eve [all...] |
| H A D | uxa-accel.c | 233 if (!(*uxa_screen->info->prepare_copy) 252 if (!(*uxa_screen->info->prepare_copy) 275 if (!(*uxa_screen->info->prepare_copy) 303 if (!(*uxa_screen->info->prepare_copy) 412 if (!(*uxa_screen->info->prepare_copy) (pSrcPixmap, pDstPixmap, 973 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu,
|
| H A D | uxa.c | 463 if (!uxa_driver->prepare_copy) { 465 "UXA(%d): uxa_driver_t::prepare_copy must be " 550 assert(uxa_driver->prepare_copy != NULL);
|
| H A D | intel_uxa.c | 1320 intel->uxa_driver->prepare_copy = intel_uxa_prepare_copy;
|
| H A D | intel_display.c | 2493 if (!intel->uxa_driver->prepare_copy(src, dst,
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.h | 156 * prepare_copy() sets up the driver for doing a copy within video 188 * The prepare_copy() call is required of all drivers, but it may fail 191 Bool(*prepare_copy) (PixmapPtr pSrcPixmap, member in struct:_UxaDriver 196 * copy() performs a copy set up in the last prepare_copy call. 206 * Performs the copy set up by the last prepare_copy() call, copying the 212 * should be stored in the driver private during prepare_copy(). As 218 * This call is required if prepare_copy ever succeeds. 230 * copy() calls following a successful prepare_copy(). This allows 232 * or clean up state from prepare_copy(). 234 * This call is required if prepare_copy() eve [all...] |
| H A D | uxa.c | 503 if (!uxa_driver->prepare_copy) { 505 "UXA(%d): uxa_driver_t::prepare_copy must be " 596 assert(uxa_driver->prepare_copy != NULL);
|
| H A D | uxa-accel.c | 401 if (!(*uxa_screen->info->prepare_copy) 420 if (!(*uxa_screen->info->prepare_copy) 443 if (!(*uxa_screen->info->prepare_copy) 471 if (!(*uxa_screen->info->prepare_copy) 542 if (!(*uxa_screen->info->prepare_copy) (pSrcPixmap, pDstPixmap, 1161 if ((*uxa_screen->info->prepare_copy) (pTile, pPixmap, 1, 1, alu, 1229 if (more_copy && (*uxa_screen->info->prepare_copy) (pPixmap, pPixmap, 1, 1, alu, planemask)) {
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | dfps.c | 392 qxl->uxa->prepare_copy = dfps_prepare_copy;
|
| H A D | qxl_uxa.c | 520 qxl->uxa->prepare_copy = qxl_prepare_copy;
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa.c | 708 if (!saa_driver->prepare_copy) { 710 "SAA(%d): saa_driver_t::prepare_copy must be "
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_uxa.c | 733 i830->uxa_driver->prepare_copy = i830_uxa_prepare_copy;
|