Searched refs:check_copy (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.h152 * check_copy() checks whether the driver can blit between the two Pictures
154 Bool(*check_copy) (PixmapPtr pSrc, PixmapPtr pDst, int alu, Pixel planemask); member in struct:_UxaDriver
H A Duxa-accel.c351 if (uxa_screen->info->check_copy &&
352 !uxa_screen->info->check_copy(pSrcPixmap, pDstPixmap,
967 if (uxa_screen->info->check_copy &&
968 !uxa_screen->info->check_copy(pTile, pPixmap, alu, planemask))
H A Duxa-render.c969 if (uxa_screen->info->check_copy &&
970 !uxa_screen->info->check_copy(pixmap, pixmap, GXcopy, FB_ALLONES))
1229 if (uxa_screen->info->check_copy &&
1230 !uxa_screen->info->check_copy(pixmap, pixmap, GXcopy, FB_ALLONES))
H A Dintel_uxa.c1348 intel->uxa_driver->check_copy = intel_uxa_check_copy;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.h152 * check_copy() checks whether the driver can blit between the two Pictures
154 Bool(*check_copy) (PixmapPtr pSrc, PixmapPtr pDst, int alu, Pixel planemask); member in struct:_UxaDriver
H A Duxa-accel.c351 if (uxa_screen->info->check_copy &&
352 !uxa_screen->info->check_copy(pSrcPixmap, pDstPixmap,
967 if (uxa_screen->info->check_copy &&
968 !uxa_screen->info->check_copy(pTile, pPixmap, alu, planemask))
H A Duxa-render.c969 if (uxa_screen->info->check_copy &&
970 !uxa_screen->info->check_copy(pixmap, pixmap, GXcopy, FB_ALLONES))
1229 if (uxa_screen->info->check_copy &&
1230 !uxa_screen->info->check_copy(pixmap, pixmap, GXcopy, FB_ALLONES))
H A Dintel_uxa.c1319 intel->uxa_driver->check_copy = intel_uxa_check_copy;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.h152 * check_copy() checks whether the driver can blit between the two Pictures
154 Bool(*check_copy) (PixmapPtr pSrc, PixmapPtr pDst, int alu, Pixel planemask); member in struct:_UxaDriver
H A Duxa-accel.c518 if (uxa_screen->info->check_copy &&
519 !uxa_screen->info->check_copy(pSrcPixmap, pDstPixmap,
1156 if (uxa_screen->info->check_copy &&
1157 !uxa_screen->info->check_copy(pTile, pPixmap, alu, planemask))
H A Duxa-render.c1108 if (uxa_screen->info->check_copy &&
1109 !uxa_screen->info->check_copy(pixmap, pixmap, GXcopy, FB_ALLONES))
1376 if (uxa_screen->info->check_copy &&
1377 !uxa_screen->info->check_copy(pixmap, pixmap, GXcopy, FB_ALLONES))
H A Duxa-glyphs.c1100 if (uxa_screen->info->check_copy &&
1101 !uxa_screen->info->check_copy(pixmap, pixmap, GXcopy, FB_ALLONES))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.h301 bool check_copy(node *n);
H A Dsb_sched.cpp1732 bool post_scheduler::check_copy(node *n) { function in class:r600_sb::post_scheduler
1752 sblog << "check_copy: ";
1812 if (!check_copy(n)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.h301 bool check_copy(node *n);
H A Dsb_sched.cpp1732 bool post_scheduler::check_copy(node *n) { function in class:r600_sb::post_scheduler
1752 sblog << "check_copy: ";
1812 if (!check_copy(n)) {
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_uxa.c519 qxl->uxa->check_copy = qxl_check_copy;

Completed in 30 milliseconds