| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 152 * 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 D | uxa-accel.c | 351 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 D | uxa-render.c | 969 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 D | intel_uxa.c | 1348 intel->uxa_driver->check_copy = intel_uxa_check_copy;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.h | 152 * 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 D | uxa-accel.c | 351 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 D | uxa-render.c | 969 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 D | intel_uxa.c | 1319 intel->uxa_driver->check_copy = intel_uxa_check_copy;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.h | 152 * 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 D | uxa-accel.c | 518 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 D | uxa-render.c | 1108 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 D | uxa-glyphs.c | 1100 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 D | sb_sched.h | 301 bool check_copy(node *n);
|
| H A D | sb_sched.cpp | 1732 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 D | sb_sched.h | 301 bool check_copy(node *n);
|
| H A D | sb_sched.cpp | 1732 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 D | qxl_uxa.c | 519 qxl->uxa->check_copy = qxl_check_copy;
|