Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dformat_srgb.h58 util_format_srgb_to_linear_float(float cs) in util_format_srgb_to_linear_float() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c532 color->f[j] = util_format_srgb_to_linear_float(clear->color.color.f[j]); in zink_fb_clear_util_unpack_clear_color()
/third_party/mesa3d/src/intel/isl/
Disl_format.c1276 unpacked.f32 = util_format_srgb_to_linear_float(srgb); in unpack_channel()