Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c72 typedef struct nir_const_value_3_4 { struct
74 } nir_const_value_3_4; typedef
76 static const nir_const_value_3_4 *
81 static const nir_const_value_3_4 bt601 = { { in ycbcr_model_to_rgb_matrix()
90 static const nir_const_value_3_4 bt709 = { { in ycbcr_model_to_rgb_matrix()
99 static const nir_const_value_3_4 bt2020 = { { in ycbcr_model_to_rgb_matrix()
130 const nir_const_value_3_4 *conversion_matrix = in nir_convert_ycbcr_to_rgb()
Dnir_lower_tex.c45 typedef struct nir_const_value_3_4 { struct
47 } nir_const_value_3_4; typedef
49 static const nir_const_value_3_4 bt601_limited_range_csc_coeffs = { {
54 static const nir_const_value_3_4 bt601_full_range_csc_coeffs = { {
59 static const nir_const_value_3_4 bt709_limited_range_csc_coeffs = { {
64 static const nir_const_value_3_4 bt709_full_range_csc_coeffs = { {
69 static const nir_const_value_3_4 bt2020_limited_range_csc_coeffs = { {
74 static const nir_const_value_3_4 bt2020_full_range_csc_coeffs = { {
353 const nir_const_value_3_4 *m; in convert_yuv_to_rgb()