Lines Matching refs:wBytes
625 unsigned wBytes = (pSrc->drawable.bitsPerPixel * w + 7) >> 3;
639 totSize = wBytes * h;
646 memcpy(dst, bounceAligned, wBytes);
662 dst_pitch, wBytes, h))
679 unsigned wBytes = (w * pDst->drawable.bitsPerPixel + 7) >> 3;
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);