Lines Matching full:blend
30 * @pixel_count: The number of pixels to blend
180 * clamp_line_coordinates() - Compute and clamp the coordinate to read and write during the blend
190 * @dst_x_start: x coordinate to blend the read line
191 * @pixel_count: number of pixels to blend
207 /* Get the correct number of pixel to blend, it depends of the direction */ in clamp_line_coordinates()
252 * blend_line() - Blend a line from a plane to the output buffer
258 * @output_buffer: buffer to blend the read line into.
356 * blend - blend the pixels from all planes and compute crc
360 * @output_buffer: A buffer of a row that will receive the result of the blend(s)
361 * @stage_buffer: The line with the pixels from plane being blend to the output
368 static void blend(struct vkms_writeback_job *wb, in blend() function
472 blend(active_wb, crtc_state, crc32, &stage_buffer, in compose_active_planes()