Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c117 nir_ssa_def *raw_channels, in nir_convert_ycbcr_to_rgb() argument
122 chroma_range(b, nir_channel(b, raw_channels, 0), bpcs[0], range), in nir_convert_ycbcr_to_rgb()
123 y_range(b, nir_channel(b, raw_channels, 1), bpcs[1], range), in nir_convert_ycbcr_to_rgb()
124 chroma_range(b, nir_channel(b, raw_channels, 2), bpcs[2], range), in nir_convert_ycbcr_to_rgb()
125 nir_channel(b, raw_channels, 3)); in nir_convert_ycbcr_to_rgb()
141 converted_channels[2], nir_channel(b, raw_channels, 3)); in nir_convert_ycbcr_to_rgb()
Dnir_vulkan.h11 nir_ssa_def *raw_channels,