Searched refs:LUT_RED (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/vkms/tests/ |
| H A D | vkms_color_test.c | 132 int linear = apply_lut_to_channel_value(&linear_eotf, i * 0x101, LUT_RED); in vkms_color_test_linear() 143 srgb = apply_lut_to_channel_value(&srgb_eotf, i * 0x101, LUT_RED); in vkms_color_srgb_inv_srgb() 144 final = apply_lut_to_channel_value(&srgb_inv_eotf, srgb, LUT_RED); in vkms_color_srgb_inv_srgb()
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_composer.h | 14 LUT_RED = 0, enumerator
|
| H A D | vkms_composer.c | 125 pixel->r = apply_lut_to_channel_value(&crtc_state->gamma_lut, pixel->r, LUT_RED); in apply_lut() 170 pixel->r = apply_lut_to_channel_value(&srgb_inv_eotf, pixel->r, LUT_RED); in apply_colorop() 175 pixel->r = apply_lut_to_channel_value(&srgb_eotf, pixel->r, LUT_RED); in apply_colorop()
|