Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c43 static void pre_mul_alpha_blend(const struct line_buffer *stage_buffer, in pre_mul_alpha_blend() argument
47 const struct pixel_argb_u16 *in = &stage_buffer->pixels[x_start]; in pre_mul_alpha_blend()
363 int crtc_x_limit, struct line_buffer *stage_buffer, in blend_line() argument
451 pixel_count, &stage_buffer->pixels[dst_x_start]); in blend_line()
452 pre_blend_color_transform(current_plane, stage_buffer); in blend_line()
453 pre_mul_alpha_blend(stage_buffer, output_buffer, in blend_line()
472 u32 *crc32, struct line_buffer *stage_buffer, in blend() argument
495 blend_line(plane[i], y, crtc_x_limit, stage_buffer, output_buffer); in blend()
540 struct line_buffer output_buffer, stage_buffer; in compose_active_planes() local
558 stage_buffer.n_pixels = line_width; in compose_active_planes()
[all …]