Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c61 for (size_t i = 0; i < output_buffer->n_pixels; i++) in fill_background()
122 for (size_t x = 0; x < output_buffer->n_pixels; x++) { in apply_lut()
197 for (size_t x = 0; x < output_buffer->n_pixels; x++) { in pre_blend_color_transform()
558 stage_buffer.n_pixels = line_width; in compose_active_planes()
559 output_buffer.n_pixels = line_width; in compose_active_planes()
H A Dvkms_drv.h74 size_t n_pixels; member