Searched refs:srcPitch (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 974 int srcPitch, srcPitch2; in glamor_xv_put_image() local 1042 srcPitch = ALIGN(width, 4); in glamor_xv_put_image() 1044 s2offset = srcPitch * height; in glamor_xv_put_image() 1066 buf + (top * srcPitch), srcPitch); in glamor_xv_put_image() 1077 srcPitch = ALIGN(width, 4); in glamor_xv_put_image() 1078 s2offset = srcPitch * height; in glamor_xv_put_image() 1079 s2offset += ((top >> 1) * srcPitch); in glamor_xv_put_image() 1093 buf + (top * srcPitch), srcPitch); in glamor_xv_put_image() 1097 buf + s2offset, srcPitch); in glamor_xv_put_image()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xv.h | 227 void *dst, int srcPitch, int dstPitch, int h, int w);
|
| H A D | xf86xv.c | 1923 void *dst, int srcPitch, int dstPitch, int h, int w) in xf86XVCopyPacked() argument 1955 src = (const CARD8 *) src + srcPitch; in xf86XVCopyPacked()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_dx.h | 866 uint32 srcPitch; member 911 uint32 srcPitch; member
|