| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | tcx_accel.c | 295 int wBytes = w * cpp; local in function:TcxUploadToScreen 301 memcpy(dst, src, wBytes); 323 int wBytes = w * cpp; local in function:TcxDownloadFromScreen 329 memcpy(dst, src, wBytes);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm3_exa.c | 283 int wBytes = w * cpp; local in function:Pm3UploadToScreen 291 memcpy(dst, src, wBytes); 313 int wBytes = w * cpp; local in function:Pm3DownloadFromScreen 320 memcpy(dst, src, wBytes);
|
| H A D | pm2_exa.c | 255 int wBytes = w * cpp; local in function:Pm2UploadToScreen 267 memcpy(dst, src, wBytes); 316 int wBytes = w * cpp; local in function:Pm2DownloadFromScreen 323 memcpy(dst, src, wBytes);
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_exa.c | 221 int wBytes = w * cpp; local in function:NvUploadToScreen 229 memcpy(dst, src, wBytes); 252 int wBytes = w * cpp; local in function:NvDownloadFromScreen 260 memcpy(dst, src, wBytes);
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_exa.c | 221 int wBytes = w * cpp; local in function:ctUploadToScreen 228 memcpy(dst, src, wBytes); 250 int wBytes = w * cpp; local in function:ctDownloadFromScreen 257 memcpy(dst, src, wBytes);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_exa.c | 625 unsigned wBytes = (pSrc->drawable.bitsPerPixel * w + 7) >> 3; local in function:viaExaDownloadFromScreen 639 totSize = wBytes * h; 646 memcpy(dst, bounceAligned, wBytes); 662 dst_pitch, wBytes, h)) 679 unsigned wBytes = (w * pDst->drawable.bitsPerPixel + 7) >> 3; local in function:viaExaTexUploadToScreen 690 if (wBytes * h < VIA_MIN_TEX_UPLOAD) { 701 memcpy(dst, src, wBytes); 725 texPitch = ALIGN_TO(wBytes, 32); 728 viaOrder(wBytes, &texPitch); 770 memcpy(dst, src, wBytes); [all...] |
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_accel.c | 260 int wBytes = w * cpp; local in function:IgsUploadToScreen 268 memcpy(dst, src, wBytes); 290 int wBytes = w * cpp; local in function:IgsDownloadFromScreen 298 memcpy(dst, src, wBytes);
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa.c | 411 int wBytes = w * cpp; local in function:R128UploadToScreen 418 memcpy(dst, src, wBytes); 506 int wBytes = w * cpp; local in function:R128DownloadFromScreen 513 memcpy(dst, src, wBytes);
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | cg14_accel.c | 1209 int wBytes = w * cpp; local in function:CG14UploadToScreen 1218 memcpy(dst, src, wBytes); 1241 int wBytes = w * cpp; local in function:CG14DownloadFromScreen 1248 memcpy(dst, src, wBytes);
|