Searched refs:raw_channels (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_convert_ycbcr.c | 117 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()
|
D | nir_vulkan.h | 11 nir_ssa_def *raw_channels,
|