Searched refs:prepare_copy (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.h139 * 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 Duxa-accel.c328 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 Duxa.c453 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 Duxa.h156 * 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 Duxa-accel.c233 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 Duxa.c463 if (!uxa_driver->prepare_copy) {
465 "UXA(%d): uxa_driver_t::prepare_copy must be "
550 assert(uxa_driver->prepare_copy != NULL);
H A Dintel_uxa.c1349 intel->uxa_driver->prepare_copy = intel_uxa_prepare_copy;
H A Dintel_display.c2503 if (!intel->uxa_driver->prepare_copy(src, dst,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.h156 * 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 Duxa-accel.c233 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 Duxa.c463 if (!uxa_driver->prepare_copy) {
465 "UXA(%d): uxa_driver_t::prepare_copy must be "
550 assert(uxa_driver->prepare_copy != NULL);
H A Dintel_uxa.c1320 intel->uxa_driver->prepare_copy = intel_uxa_prepare_copy;
H A Dintel_display.c2493 if (!intel->uxa_driver->prepare_copy(src, dst,
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.h156 * 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 Duxa.c503 if (!uxa_driver->prepare_copy) {
505 "UXA(%d): uxa_driver_t::prepare_copy must be "
596 assert(uxa_driver->prepare_copy != NULL);
H A Duxa-accel.c401 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 Ddfps.c392 qxl->uxa->prepare_copy = dfps_prepare_copy;
H A Dqxl_uxa.c520 qxl->uxa->prepare_copy = qxl_prepare_copy;
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c708 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 Di830_uxa.c733 i830->uxa_driver->prepare_copy = i830_uxa_prepare_copy;

Completed in 27 milliseconds