Searched refs:stage_buffer (Results 1 – 1 of 1) sorted by relevance
| /drivers/gpu/drm/vkms/ |
| A D | vkms_composer.c | 40 static void pre_mul_alpha_blend(const struct line_buffer *stage_buffer, in pre_mul_alpha_blend() argument 44 const struct pixel_argb_u16 *in = &stage_buffer->pixels[x_start]; in pre_mul_alpha_blend() 261 int crtc_x_limit, struct line_buffer *stage_buffer, in blend_line() argument 349 pixel_count, &stage_buffer->pixels[dst_x_start]); in blend_line() 351 pre_mul_alpha_blend(stage_buffer, output_buffer, in blend_line() 370 u32 *crc32, struct line_buffer *stage_buffer, in blend() argument 438 struct line_buffer output_buffer, stage_buffer; in compose_active_planes() local 456 stage_buffer.n_pixels = line_width; in compose_active_planes() 460 if (!stage_buffer.pixels) { in compose_active_planes() 472 blend(active_wb, crtc_state, crc32, &stage_buffer, in compose_active_planes() [all …]
|
Completed in 5 milliseconds