| /xsrc/external/mit/xf86-video-intel-old/dist/uxa/ |
| H A D | uxa.h | 143 * @param pDstPixmap destination pixmap 150 * the pSrcPixmap to the pDstPixmap. The dx flag will be positive if the 153 * is to deal with self-overlapping copies when pSrcPixmap == pDstPixmap. 170 PixmapPtr pDstPixmap, 179 * @param pDstPixmap destination pixmap 191 * pSrcPixmap == pDstPixmap. Note that this call does not receive the 200 void (*copy) (PixmapPtr pDstPixmap, 220 void (*done_copy) (PixmapPtr pDstPixmap); 318 * @param pDstPixmap destination pixmap
|
| H A D | uxa-accel.c | 306 PixmapPtr pSrcPixmap, pDstPixmap; local in function:uxa_copy_n_to_n_two_dir 312 pDstPixmap = uxa_get_offscreen_pixmap (pDstDrawable, &dst_off_x, &dst_off_y); 313 if (!pSrcPixmap || !pDstPixmap) 326 uxa_screen->info->done_copy(pDstPixmap); 329 pDstPixmap, 336 (*uxa_screen->info->copy)(pDstPixmap, 347 uxa_screen->info->done_copy(pDstPixmap); 350 pDstPixmap, 357 (*uxa_screen->info->copy)(pDstPixmap, 372 uxa_screen->info->done_copy(pDstPixmap); 438 PixmapPtr pSrcPixmap, pDstPixmap; local in function:uxa_copy_n_to_n [all...] |
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| H A D | ngle_accel.c | 76 PixmapPtr pDstPixmap, 83 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 92 NGLEWaitMarker(pDstPixmap->drawable.pScreen, 0); 109 PixmapPtr pDstPixmap, 116 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 125 NGLEWaitMarker(pDstPixmap->drawable.pScreen, 0); 141 PixmapPtr pDstPixmap, 150 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 152 int dstpitch = exaGetPixmapPitch(pDstPixmap); 153 int dstoff = exaGetPixmapOffset(pDstPixmap); 73 NGLEPrepareCopy_EG(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 106 NGLEPrepareCopy_HCRX(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 139 NGLECopy(PixmapPtr pDstPixmap,int xs,int ys,int xd,int yd,int wi,int he) argument 166 NGLEDoneCopy(PixmapPtr pDstPixmap) argument [all...] |
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_exa.c | 101 PixmapPtr pDstPixmap, 108 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 122 PixmapPtr pDstPixmap, 131 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 134 int doff = exaGetPixmapOffset(pDstPixmap) / pPnozz->width; 152 exaMarkSync(pDstPixmap->drawable.pScreen); 156 PnozzDoneCopy(PixmapPtr pDstPixmap) argument 158 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 98 PnozzPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 120 PnozzCopy(PixmapPtr pDstPixmap,int xSrc,int ySrc,int xDst,int yDst,int w,int h) argument
|
| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_accel.c | 45 PixmapPtr pSrcPixmap, pDstPixmap; local in function:saa_hw_copy_nton 60 pDstPixmap = saa_get_pixmap(pDstDrawable, &dst_off_x, &dst_off_y); 62 dst_spix = saa_pixmap(pDstPixmap); 84 if (!(driver->copy_prepare) (driver, pSrcPixmap, pDstPixmap, 102 saa_pixmap_dirty(pDstPixmap, TRUE, &dst_reg);
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | blade_exa.c | 161 PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, argument 169 int dst_stride = (pDstPixmap->drawable.width + 7) / 8; 170 int dst_off = exaGetPixmapOffset(pDstPixmap) / 8; 186 GetDepth(pDstPixmap->drawable.bitsPerPixel) | 199 Copy(PixmapPtr pDstPixmap, argument 205 xf86ScreenToScrn(pDstPixmap->drawable.pScreen)); 228 DoneCopy(PixmapPtr pDstPixmap) argument
|
| H A D | xp4_exa.c | 184 XP4PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, argument 188 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen); 191 unsigned int dorg = exaGetPixmapOffset(pDstPixmap); 193 unsigned int dptch = exaGetPixmapPitch(pDstPixmap); 213 XP4Copy(PixmapPtr pDstPixmap, argument 218 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen); 222 switch (pDstPixmap->drawable.bitsPerPixel) {
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_exa.c | 72 PixmapPtr pDstPixmap, 79 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 93 ctSETPITCH(cAcl->srcpitch, exaGetPixmapPitch(pDstPixmap)); 101 PixmapPtr pDstPixmap, 110 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 114 int dst = exaGetPixmapOffset(pDstPixmap); 115 int dstpitch = exaGetPixmapPitch(pDstPixmap); 150 ctDoneCopy(PixmapPtr pDstPixmap) argument 153 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 69 ctPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 99 ctCopy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | uxa.h | 160 * @param pDstPixmap destination pixmap 167 * from the pSrcPixmap to the pDstPixmap. The dx flag will be 172 * pSrcPixmap == pDstPixmap. 192 PixmapPtr pDstPixmap, 198 * @param pDstPixmap destination pixmap 210 * pSrcPixmap == pDstPixmap. Note that this call does not receive the 220 void (*copy) (PixmapPtr pDstPixmap, 236 void (*done_copy) (PixmapPtr pDstPixmap); 363 * @param pDstPixmap destination pixmap
|
| H A D | uxa-accel.c | 209 PixmapPtr pSrcPixmap, pDstPixmap; local in function:uxa_copy_n_to_n_two_dir 216 pDstPixmap = 218 if (!pSrcPixmap || !pDstPixmap) 231 uxa_screen->info->done_copy(pDstPixmap); 234 (pSrcPixmap, pDstPixmap, -1, -1, 239 (*uxa_screen->info->copy) (pDstPixmap, 250 uxa_screen->info->done_copy(pDstPixmap); 253 (pSrcPixmap, pDstPixmap, 1, 1, 258 (*uxa_screen->info->copy) (pDstPixmap, 273 uxa_screen->info->done_copy(pDstPixmap); 341 PixmapPtr pSrcPixmap, pDstPixmap; local in function:uxa_copy_n_to_n [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | uxa.h | 160 * @param pDstPixmap destination pixmap 167 * from the pSrcPixmap to the pDstPixmap. The dx flag will be 172 * pSrcPixmap == pDstPixmap. 192 PixmapPtr pDstPixmap, 198 * @param pDstPixmap destination pixmap 210 * pSrcPixmap == pDstPixmap. Note that this call does not receive the 220 void (*copy) (PixmapPtr pDstPixmap, 236 void (*done_copy) (PixmapPtr pDstPixmap); 363 * @param pDstPixmap destination pixmap
|
| H A D | uxa-accel.c | 209 PixmapPtr pSrcPixmap, pDstPixmap; local in function:uxa_copy_n_to_n_two_dir 216 pDstPixmap = 218 if (!pSrcPixmap || !pDstPixmap) 231 uxa_screen->info->done_copy(pDstPixmap); 234 (pSrcPixmap, pDstPixmap, -1, -1, 239 (*uxa_screen->info->copy) (pDstPixmap, 250 uxa_screen->info->done_copy(pDstPixmap); 253 (pSrcPixmap, pDstPixmap, 1, 1, 258 (*uxa_screen->info->copy) (pDstPixmap, 273 uxa_screen->info->done_copy(pDstPixmap); 341 PixmapPtr pSrcPixmap, pDstPixmap; local in function:uxa_copy_n_to_n [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| H A D | uxa.h | 160 * @param pDstPixmap destination pixmap 167 * from the pSrcPixmap to the pDstPixmap. The dx flag will be 172 * pSrcPixmap == pDstPixmap. 192 PixmapPtr pDstPixmap, 198 * @param pDstPixmap destination pixmap 210 * pSrcPixmap == pDstPixmap. Note that this call does not receive the 220 void (*copy) (PixmapPtr pDstPixmap, 236 void (*done_copy) (PixmapPtr pDstPixmap); 363 * @param pDstPixmap destination pixmap
|
| /xsrc/external/mit/xf86-video-suncg6/dist/src/ |
| H A D | cg6_exa.c | 96 PixmapPtr pDstPixmap, 103 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 130 PixmapPtr pDstPixmap, 139 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 143 doff = exaGetPixmapOffset(pDstPixmap) / pCg6->width; 154 exaMarkSync(pDstPixmap->drawable.pScreen); 158 Cg6DoneCopy(PixmapPtr pDstPixmap) argument 160 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 93 Cg6PrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 128 Cg6Copy(PixmapPtr pDstPixmap,int xSrc,int ySrc,int xDst,int yDst,int w,int h) argument
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_exa.c | 48 SMI_PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, 52 SMI_Copy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, int width, int height); 55 SMI_DoneCopy(PixmapPtr pDstPixmap); 222 SMI_PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, int ydir, argument 225 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen); 240 dst_pitch = exaGetPixmapPitch(pDstPixmap) / (pDstPixmap->drawable.bitsPerPixel >> 3); 243 dst_offset = PIXMAP_OFFSET(pDstPixmap); 253 if (pDstPixmap->drawable.bitsPerPixel == 24) { 275 WRITE_DPR(pSmi, 0x1C, PIXMAP_FORMAT(pDstPixmap)); 289 SMI_Copy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int width,int height) argument 338 SMI_DoneCopy(PixmapPtr pDstPixmap) argument [all...] |
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | tcx_accel.c | 60 PixmapPtr pDstPixmap, 67 ScrnInfoPtr pScreenInfo = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 91 PixmapPtr pDstPixmap, 100 ScrnInfoPtr pScreenInfo = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 112 doff = exaGetPixmapOffset(pDstPixmap) >> pTcx->pitchshift; 113 dpitch = exaGetPixmapPitch(pDstPixmap) >> pTcx->pitchshift; 170 TcxDoneCopy(PixmapPtr pDstPixmap) argument 57 TcxPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 89 TcxCopy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm3_exa.c | 71 Pm3PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, argument 74 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 76 int dstoff = exaGetPixmapOffset(pDstPixmap); 77 int dstpitch = exaGetPixmapPitch(pDstPixmap); 127 Pm3Copy(PixmapPtr pDstPixmap, argument 130 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 152 exaMarkSync(pDstPixmap->drawable.pScreen);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_exa.c | 59 PixmapPtr pDstPixmap, 66 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 76 dstpitch = exaGetPixmapPitch(pDstPixmap); 77 dstoff = exaGetPixmapOffset(pDstPixmap); 97 PixmapPtr pDstPixmap, 106 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 123 NvDoneCopy(PixmapPtr pDstPixmap) argument 56 NvPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int rop,Pixel planemask) argument 95 NvCopy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
|
| H A D | g80_exa.c | 149 PixmapPtr pDstPixmap, 155 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen); 159 if(!setDst(pNv, pDstPixmap)) return FALSE; 172 copy(PixmapPtr pDstPixmap, argument 180 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen); 204 doneCopy(PixmapPtr pDstPixmap) argument 148 prepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int dx,int dy,int alu,Pixel planemask) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_uxa.c | 255 i830_uxa_prepare_copy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, argument 258 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 263 i830_get_pixmap_bo(pDstPixmap), 269 if (pDstPixmap->drawable.bitsPerPixel < 8) 276 i830_exa_check_pitch_2d(pDstPixmap); 296 i830_uxa_copy(PixmapPtr pDstPixmap, int src_x1, int src_y1, int dst_x1, argument 299 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 308 dst_pitch = i830_pixmap_pitch(pDstPixmap); 316 if (pDstPixmap->drawable.bitsPerPixel == 32) 320 if (i830_pixmap_tiled(pDstPixmap)) { 348 i830_uxa_done_copy(PixmapPtr pDstPixmap) argument [all...] |
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_accel.c | 116 PixmapPtr pDstPixmap, 123 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 141 (exaGetPixmapPitch(pDstPixmap) >> fPtr->shift) - 1); 151 PixmapPtr pDstPixmap, 160 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 176 dstpitch = exaGetPixmapPitch(pDstPixmap) >> fPtr->shift; 177 dstoff = exaGetPixmapOffset(pDstPixmap) >> fPtr->shift; 184 exaMarkSync(pDstPixmap->drawable.pScreen); 189 IgsDoneCopy(PixmapPtr pDstPixmap) argument 113 IgsPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 149 IgsCopy(PixmapPtr pDstPixmap,int srcX,int srcY,int dstX,int dstY,int w,int h) argument
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_accel.c | 251 PixmapPtr pSrcPixmap, pDstPixmap; local in function:exaCopyNtoNTwoDir 257 pDstPixmap = exaGetOffscreenPixmap (pDstDrawable, &dst_off_x, &dst_off_y); 258 if (!pSrcPixmap || !pDstPixmap) 271 pExaScr->info->DoneCopy(pDstPixmap); 274 pDstPixmap, 281 (*pExaScr->info->Copy)(pDstPixmap, 292 pExaScr->info->DoneCopy(pDstPixmap); 295 pDstPixmap, 302 (*pExaScr->info->Copy)(pDstPixmap, 317 pExaScr->info->DoneCopy(pDstPixmap); 379 PixmapPtr pSrcPixmap, pDstPixmap; local in function:exaHWCopyNtoN [all...] |
| H A D | exa.h | 241 * @param pDstPixmap destination pixmap 248 * the pSrcPixmap to the pDstPixmap. The dx flag will be positive if the 251 * is to deal with self-overlapping copies when pSrcPixmap == pDstPixmap. 268 PixmapPtr pDstPixmap, 277 * @param pDstPixmap destination pixmap 289 * pSrcPixmap == pDstPixmap. Note that this call does not receive the 298 void (*Copy) (PixmapPtr pDstPixmap, 318 void (*DoneCopy) (PixmapPtr pDstPixmap); 420 * @param pDstPixmap destination pixmap
|
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_accel.c | 244 PixmapPtr pSrcPixmap, pDstPixmap; local in function:exaCopyNtoNTwoDir 250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y); 251 if (!pSrcPixmap || !pDstPixmap) 264 pExaScr->info->DoneCopy(pDstPixmap); 267 pDstPixmap, 274 (*pExaScr->info->Copy) (pDstPixmap, 285 pExaScr->info->DoneCopy(pDstPixmap); 288 pDstPixmap, 295 (*pExaScr->info->Copy) (pDstPixmap, 311 pExaScr->info->DoneCopy(pDstPixmap); 371 PixmapPtr pSrcPixmap, pDstPixmap; local in function:exaHWCopyNtoN [all...] |
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| H A D | mgx_accel.c | 123 PixmapPtr pDstPixmap, 130 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 149 PixmapPtr pDstPixmap, 158 ScrnInfoPtr pScrn = xf86Screens[pDstPixmap->drawable.pScreen->myNum]; 160 int dstpitch = exaGetPixmapPitch(pDstPixmap); 161 int dstoff = exaGetPixmapOffset(pDstPixmap); 193 exaMarkSync(pDstPixmap->drawable.pScreen); 198 MgxDoneCopy(PixmapPtr pDstPixmap) argument 120 MgxPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument 147 MgxCopy(PixmapPtr pDstPixmap,int xs,int ys,int xd,int yd,int wi,int he) argument
|