Home
last modified time | relevance | path

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

/external/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()