Searched refs:spitch (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dcfbimgblt.c147 u32 spitch = (image->width+7)/8; local
196 src += spitch;
220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; local
261 s += spitch;
H A Dsysimgblt.c119 u32 spitch = (image->width+7)/8; local
167 src += spitch;
190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; local
236 s += spitch;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dcfbimgblt.c147 u32 spitch = (image->width+7)/8; local
196 src += spitch;
220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; local
261 s += spitch;
H A Dsysimgblt.c119 u32 spitch = (image->width+7)/8; local
167 src += spitch;
190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; local
236 s += spitch;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dradeon_state.c1691 int size, dwords, tex_width, blit_width, spitch; local
1745 spitch = blit_width >> 6;
1746 if (spitch == 0 && image->height > 1)
1894 OUT_RING((spitch << 22) | (offset >> 10));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_state.c1691 int size, dwords, tex_width, blit_width, spitch; local
1745 spitch = blit_width >> 6;
1746 if (spitch == 0 && image->height > 1)
1894 OUT_RING((spitch << 22) | (offset >> 10));

Completed in 220 milliseconds