Searched refs:dPitch (Results 1 – 2 of 2) sorted by relevance
140 unsigned int dPitch, /* Pitch value of destination surface in BYTE */ in sm750_hw_copyarea() argument155 if (sBase == dBase && sPitch == dPitch) { in sm750_hw_copyarea()244 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()254 ((dPitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea()296 u32 dPitch, /* Pitch value of destination surface in BYTE */ in sm750_hw_imageblit() argument339 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()341 (dPitch / bytePerPixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit()349 ((dPitch / bytePerPixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit()351 (dPitch / bytePerPixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
204 unsigned int dPitch, /* Pitch value of destination surface in BYTE */217 u32 dPitch, /* Pitch value of destination surface in BYTE */