Home
last modified time | relevance | path

Searched refs:offset_vals (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c352 const float *offset_vals; in convert_yuv_to_rgb() local
358 offset_vals = bt709_full_range_csc_offsets; in convert_yuv_to_rgb()
361 offset_vals = bt2020_full_range_csc_offsets; in convert_yuv_to_rgb()
364 offset_vals = bt601_full_range_csc_offsets; in convert_yuv_to_rgb()
369 offset_vals = bt709_limited_range_csc_offsets; in convert_yuv_to_rgb()
372 offset_vals = bt2020_limited_range_csc_offsets; in convert_yuv_to_rgb()
375 offset_vals = bt601_limited_range_csc_offsets; in convert_yuv_to_rgb()
383 nir_imm_floatN_t(b, offset_vals[0], a->bit_size), in convert_yuv_to_rgb()
384 nir_imm_floatN_t(b, offset_vals[1], a->bit_size), in convert_yuv_to_rgb()
385 nir_imm_floatN_t(b, offset_vals[ in convert_yuv_to_rgb()
[all...]

Completed in 2 milliseconds