Searched refs:color_srgb (Results 1 – 1 of 1) sorted by relevance
967 union pipe_color_union color_srgb; in si_compute_clear_render_target() local969 color_srgb.f[i] = util_format_linear_to_srgb_float(color->f[i]); in si_compute_clear_render_target()970 color_srgb.f[3] = color->f[3]; in si_compute_clear_render_target()971 memcpy(data + 4, color_srgb.ui, sizeof(color->ui)); in si_compute_clear_render_target()