Home
last modified time | relevance | path

Searched refs:spitch (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dcfbimgblt.c147 u32 spitch = (image->width+7)/8; in slow_imageblit() local
196 src += spitch; in slow_imageblit()
220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
261 s += spitch; in fast_imageblit()
Dsysimgblt.c119 u32 spitch = (image->width+7)/8; in slow_imageblit() local
167 src += spitch; in slow_imageblit()
190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
284 s += spitch; in fast_imageblit()