Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_matrix.c43 void igt_matrix_print(const struct igt_mat4 *m) in igt_matrix_print()
60 struct igt_mat4 igt_matrix_identity(void) in igt_matrix_identity()
62 static const struct igt_mat4 ret = { in igt_matrix_identity()
81 struct igt_mat4 igt_matrix_scale(float x, float y, float z) in igt_matrix_scale()
83 struct igt_mat4 ret = { in igt_matrix_scale()
102 struct igt_mat4 igt_matrix_translate(float x, float y, float z) in igt_matrix_translate()
104 struct igt_mat4 ret = { in igt_matrix_translate()
128 struct igt_mat4 igt_matrix_multiply(const struct igt_mat4 *a, in igt_matrix_multiply()
129 const struct igt_mat4 *b) in igt_matrix_multiply()
131 struct igt_mat4 ret = {}; in igt_matrix_multiply()
Digt_matrix.h43 struct igt_mat4 { struct
49 void igt_matrix_print(const struct igt_mat4 *m); argument
50 struct igt_mat4 igt_matrix_identity(void);
51 struct igt_mat4 igt_matrix_scale(float x, float y, float z);
52 struct igt_mat4 igt_matrix_translate(float x, float y, float z);
53 struct igt_mat4 igt_matrix_multiply(const struct igt_mat4 *a,
54 const struct igt_mat4 *b);
68 igt_matrix_transform(const struct igt_mat4 *m, in igt_matrix_transform()
Digt_color_encoding.c40 static struct igt_mat4 rgb_to_ycbcr_matrix(const struct color_encoding *e) in rgb_to_ycbcr_matrix()
46 struct igt_mat4 ret = { in rgb_to_ycbcr_matrix()
65 static struct igt_mat4 ycbcr_to_rgb_matrix(const struct color_encoding *e) in ycbcr_to_rgb_matrix()
71 struct igt_mat4 ret = { in ycbcr_to_rgb_matrix()
90 static struct igt_mat4 ycbcr_input_convert_matrix(enum igt_color_range color_range, float scale, in ycbcr_input_convert_matrix()
95 struct igt_mat4 t, s; in ycbcr_input_convert_matrix()
110 static struct igt_mat4 ycbcr_output_convert_matrix(enum igt_color_range color_range, float scale, in ycbcr_output_convert_matrix()
115 struct igt_mat4 s, t; in ycbcr_output_convert_matrix()
176 struct igt_mat4 igt_ycbcr_to_rgb_matrix(uint32_t from_fourcc, in igt_ycbcr_to_rgb_matrix()
182 struct igt_mat4 r, c; in igt_ycbcr_to_rgb_matrix()
[all …]
Digt_color_encoding.h48 struct igt_mat4 igt_ycbcr_to_rgb_matrix(uint32_t ycbcr_fourcc,
52 struct igt_mat4 igt_rgb_to_ycbcr_matrix(uint32_t rgb_fourcc,
Digt_fb.c2519 struct igt_mat4 m = igt_ycbcr_to_rgb_matrix(cvt->src.fb->drm_format, in convert_yuv_to_rgb24()
2582 struct igt_mat4 m = igt_rgb_to_ycbcr_matrix(cvt->src.fb->drm_format, in convert_rgb24_to_yuv()
2683 struct igt_mat4 m = igt_ycbcr_to_rgb_matrix(cvt->src.fb->drm_format, in convert_yuv16_to_float()
2759 struct igt_mat4 m = igt_rgb_to_ycbcr_matrix(cvt->src.fb->drm_format, in convert_float_to_yuv16()
2857 struct igt_mat4 m = igt_ycbcr_to_rgb_matrix(cvt->src.fb->drm_format, in convert_Y410_to_float()
2901 struct igt_mat4 m = igt_rgb_to_ycbcr_matrix(cvt->src.fb->drm_format, in convert_float_to_Y410()