Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/directfb/
H A D0001-fix-missing-davinci-voodoo-header.patch253 + u32 spitch,
263 + task->c64x_arg[4] = spitch;
636 + u32 spitch,
647 + task->c64x_arg[3] = spitch;
661 + u32 spitch,
670 + task->c64x_arg[3] = spitch;
684 + u32 spitch,
695 + task->c64x_arg[3] = spitch;
709 + u32 spitch,
718 + task->c64x_arg[3] = spitch;
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A 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
236 s += spitch; in fast_imageblit()
H A 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()