Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c120 nir_ssa_def *expanded_channels = in nir_convert_ycbcr_to_rgb() local
128 return expanded_channels; in nir_convert_ycbcr_to_rgb()
134 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[0])), in nir_convert_ycbcr_to_rgb()
135 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[1])), in nir_convert_ycbcr_to_rgb()
136 nir_fdot4(b, expanded_channels, nir_build_imm(b, 4, 32, conversion_matrix->v[2])) in nir_convert_ycbcr_to_rgb()