Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c135 const nir_const_value_3_4 *conversion_matrix = in nir_convert_ycbcr_to_rgb() local
139 nir_fdot(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[0])), in nir_convert_ycbcr_to_rgb()
140 nir_fdot(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[1])), in nir_convert_ycbcr_to_rgb()
141 nir_fdot(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[2])) in nir_convert_ycbcr_to_rgb()