Lines Matching defs:tex_bytepp
324 static Bool RADEONSetupRenderByteswap(ScrnInfoPtr pScrn, int tex_bytepp)
334 switch (tex_bytepp) {
345 "tex_bytepp == %d!\n", __func__, tex_bytepp);
394 int dst_pitch, offset, size, tex_bytepp;
407 tex_bytepp = PICT_FORMAT_BPP(format) >> 3;
409 dst_pitch = RADEON_ALIGN(width * tex_bytepp, 64);
416 (RADEON_ALIGN(width * tex_bytepp, 32) != dst_pitch))
422 if (!RADEONSetupRenderByteswap(pScrn, tex_bytepp)) {
449 RADEONHostDataParams( pScrn, dst, dst_pitch, tex_bytepp, &dst_pitch_off, &x, &y );
453 tmp_dst = RADEONHostDataBlit( pScrn, tex_bytepp, width,
456 RADEONHostDataBlitCopyPass( pScrn, tex_bytepp, tmp_dst, src,
469 memcpy(dst, src, width * tex_bytepp);
733 int dst_pitch, offset, size, tex_bytepp;
746 tex_bytepp = PICT_FORMAT_BPP(format) >> 3;
748 dst_pitch = RADEON_ALIGN(width * tex_bytepp, 64);
752 (RADEON_ALIGN(width * tex_bytepp, 32) != dst_pitch))
758 if (!RADEONSetupRenderByteswap(pScrn, tex_bytepp)) {
788 RADEONHostDataParams( pScrn, dst, dst_pitch, tex_bytepp, &dst_pitch_off, &x, &y );
792 tmp_dst = RADEONHostDataBlit( pScrn, tex_bytepp, width,
795 RADEONHostDataBlitCopyPass( pScrn, tex_bytepp, tmp_dst, src,
809 memcpy(dst, src, width * tex_bytepp);