Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c967 union pipe_color_union color_srgb; in si_compute_clear_render_target() local
969 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()