Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c77 typedef struct nir_const_value_3_4 { struct
79 } nir_const_value_3_4; argument
81 static const nir_const_value_3_4 *
86 static const nir_const_value_3_4 bt601 = { { in ycbcr_model_to_rgb_matrix()
95 static const nir_const_value_3_4 bt709 = { { in ycbcr_model_to_rgb_matrix()
104 static const nir_const_value_3_4 bt2020 = { { in ycbcr_model_to_rgb_matrix()
135 const nir_const_value_3_4 *conversion_matrix = in nir_convert_ycbcr_to_rgb()