Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c122 nir_def *raw_channels, in nir_convert_ycbcr_to_rgb() argument
127 chroma_range(b, nir_channel(b, raw_channels, 0), bpcs[0], range), in nir_convert_ycbcr_to_rgb()
128 y_range(b, nir_channel(b, raw_channels, 1), bpcs[1], range), in nir_convert_ycbcr_to_rgb()
129 chroma_range(b, nir_channel(b, raw_channels, 2), bpcs[2], range), in nir_convert_ycbcr_to_rgb()
130 nir_channel(b, raw_channels, 3)); in nir_convert_ycbcr_to_rgb()
146 converted_channels[2], nir_channel(b, raw_channels, 3)); in nir_convert_ycbcr_to_rgb()
Dvk_nir_convert_ycbcr.h39 nir_def *raw_channels,