Searched refs:isl_format_srgb_to_linear (Results 1 – 4 of 4) sorted by relevance
1510 enum isl_format isl_format_srgb_to_linear(enum isl_format fmt);
2465 isl_format_srgb_to_linear(src_surf->surf->format); in blorp_copy()2476 isl_format_srgb_to_linear(dst_surf->surf->format); in blorp_copy()
2644 return isl_format_srgb_to_linear(a) == isl_format_srgb_to_linear(b); in isl_formats_are_fast_clear_compatible()
5593 isl_format_srgb_to_linear(enum isl_format format) in isl_format_srgb_to_linear() function