Searched refs:isl_format_srgb_to_linear (Results 1 – 6 of 6) sorted by relevance
912 return isl_format_srgb_to_linear(a) == isl_format_srgb_to_linear(b); in isl_formats_are_fast_clear_compatible()950 if (isl_format_srgb_to_linear(a) == isl_format_srgb_to_linear(b) && in iris_render_formats_color_compatible()
1674 enum isl_format isl_format_srgb_to_linear(enum isl_format fmt);
2031 return isl_format_srgb_to_linear(a) == isl_format_srgb_to_linear(b); in isl_formats_are_fast_clear_compatible()
1312 blorp_fast_clear(&batch, &surf, isl_format_srgb_to_linear(isl_format), in do_single_blorp_clear()
2721 isl_format_srgb_to_linear(src_surf->surf->format); in blorp_copy()2735 isl_format_srgb_to_linear(dst_surf->surf->format); in blorp_copy()
5781 isl_format_srgb_to_linear(enum isl_format format) in isl_format_srgb_to_linear() function