Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c21 u32 new_color; in pre_mul_blend_channel() local
23 new_color = (src * 0xffff + dst * (0xffff - alpha)); in pre_mul_blend_channel()
25 return DIV_ROUND_CLOSEST(new_color, 0xffff); in pre_mul_blend_channel()