Home
last modified time | relevance | path

Searched defs:spitch (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/video/
Dsysimgblt.c119 u32 spitch = (image->width+7)/8; in slow_imageblit() local
190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
Dcfbimgblt.c147 u32 spitch = (image->width+7)/8; in slow_imageblit() local
220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
/linux-3.3/drivers/gpu/drm/radeon/
Dradeon_state.c1706 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local