Searched refs:pixel_argb_u16 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_formats.c | 197 static struct pixel_argb_u16 argb_u16_from_u8888(u8 a, u8 r, u8 g, u8 b) in argb_u16_from_u8888() 199 struct pixel_argb_u16 out_pixel; in argb_u16_from_u8888() 214 static struct pixel_argb_u16 argb_u16_from_u16161616(u16 a, u16 r, u16 g, u16 b) in argb_u16_from_u16161616() 216 struct pixel_argb_u16 out_pixel; in argb_u16_from_u16161616() 226 static struct pixel_argb_u16 argb_u16_from_le16161616(__le16 a, __le16 r, __le16 g, __le16 b) in argb_u16_from_le16161616() 232 static struct pixel_argb_u16 argb_u16_from_RGB565(const __le16 *pixel) in argb_u16_from_RGB565() 234 struct pixel_argb_u16 out_pixel; in argb_u16_from_RGB565() 252 static struct pixel_argb_u16 argb_u16_from_gray8(u8 gray) in argb_u16_from_gray8() 257 static struct pixel_argb_u16 argb_u16_from_grayu16(u16 gray) in argb_u16_from_grayu16() 262 static struct pixel_argb_u16 argb_u16_from_BGR565(const __le16 *pixel) in argb_u16_from_BGR565() [all …]
|
| H A D | vkms_drv.h | 69 struct pixel_argb_u16 { struct 75 struct pixel_argb_u16 *pixels; argument 86 typedef void (*pixel_write_t)(u8 *out_pixel, const struct pixel_argb_u16 *in_pixel); 124 struct pixel_argb_u16 out_pixel[]);
|
| H A D | vkms_formats.h | 17 struct pixel_argb_u16 argb_u16_from_yuv161616(const struct conversion_matrix *matrix,
|
| /linux/drivers/gpu/drm/vkms/tests/ |
| H A D | vkms_format_test.c | 49 struct pixel_argb_u16 argb; 228 struct pixel_argb_u16 argb; in vkms_format_test_yuv_u16_to_argb_u16()
|