| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_exa_funcs.c | 379 unsigned int hpass; local 402 x, &y, (unsigned int*)&h, &hpass)) != 0) { 404 hpass, buf_pitch, src_pitch); 405 src += hpass * src_pitch; 699 int hpass = min(h, scratch->total/2 / scratch_pitch); local 710 scratch_pitch_offset, x, y, 0, 0, w, hpass, 0, 0); 725 int oldhpass = hpass, i = 0; 731 hpass = min(h, scratch->total/2 / scratch_pitch); 734 if (hpass) { 738 x, y, 0, 0, w, hpass, 0, 0) [all...] |
| radeon_render.c | 398 unsigned int hpass; local 455 x, &y, &height, &hpass ); 457 hpass, buf_pitch, src_pitch ); 458 src += hpass * src_pitch; 737 unsigned int hpass; local 794 x, &y, &height, &hpass ); 796 hpass, buf_pitch, src_pitch ); 797 src += hpass * src_pitch;
|
| r600_exa.c | 1648 int scratch_offset = 0, hpass, temph; local 1664 temph = hpass = min(h, scratch->total/2 / scratch_pitch_bytes); 1669 scratch_obj.height = hpass; 1700 int oldhpass = hpass; 1702 temph = hpass = min(h, scratch->total/2 / scratch_pitch_bytes); 1704 if (hpass) { 1760 int scratch_offset = 0, hpass; local 1780 hpass = min(h, scratch->total/2 / scratch_pitch_bytes); 1792 scratch_obj.height = hpass; 1808 R600AppendCopyVertex(pScrn, x, y, 0, 0, w, hpass); [all...] |
| radeon_video.c | 2255 unsigned int hpass; local 2260 x, &y, &h, &hpass )) ) 2262 RADEONHostDataBlitCopyPass( pScrn, bpp, buf, src, hpass, bufPitch, 2264 src += hpass * srcPitch; 2332 unsigned int hpass; local 2338 &hpass )) ) 2340 for( j = 0; j < hpass; j++ ) 2426 unsigned int hpass; local 2433 blitX, &blitY, &h, &hpass )) ) 2435 while ( hpass-- [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_video.c | 387 * The block is split into 'passes' pieces of 'hpass' lines which fit entirely 410 int err=-1, i, idx, offset, hpass, passes, srcpassbytes, dstpassbytes; local 419 if ((hpass = min(h,(BUFSIZE/w))) == 0) 422 if ((passes = (h+hpass-1)/hpass) > MAXPASSES) 426 srcpassbytes = w*hpass; 448 dstpassbytes = hpass*dstPitch; 452 if (i == (passes-1) && (h % hpass) != 0) { 453 hpass = h % hpass; [all...] |