Searched refs:spitch (Results 1 – 3 of 3) sorted by relevance
119 u32 spitch = (image->width+7)/8; in slow_imageblit() local167 src += spitch; in slow_imageblit()190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local236 s += spitch; in fast_imageblit()
147 u32 spitch = (image->width+7)/8; in slow_imageblit() local196 src += spitch; in slow_imageblit()220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local261 s += spitch; in fast_imageblit()
1706 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local1760 spitch = blit_width >> 6; in radeon_cp_dispatch_texture()1761 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture()1909 OUT_RING((spitch << 22) | (offset >> 10)); in radeon_cp_dispatch_texture()