Searched refs:bytePerPixel (Results 1 – 2 of 2) sorted by relevance
321 u32 bytePerPixel, u32 dx, u32 dy, u32 width, in sm750_hw_imageblit() argument357 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()359 (dPitch / bytePerPixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit()367 ((dPitch / bytePerPixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit()369 (dPitch / bytePerPixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
240 u32 bytePerPixel, u32 dx, u32 dy, u32 width,
Completed in 7 milliseconds