Searched refs:wBytes (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_accel.c295 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 Dpm3_exa.c283 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 Dpm2_exa.c255 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 Dnv_exa.c221 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 Dct_exa.c221 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 Dvia_exa.c625 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 Digs_accel.c260 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 Dr128_exa.c411 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 Dcg14_accel.c1209 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);

Completed in 15 milliseconds