Searched refs:srgb_formats (Results 1 – 1 of 1) sorted by relevance
1891 static const enum pipe_format srgb_formats[] = { in hud_create() enum1895 for (i = 0; i < ARRAY_SIZE(srgb_formats); i++) { in hud_create()1896 if (!screen->is_format_supported(screen, srgb_formats[i], in hud_create()1902 hud->has_srgb = (i == ARRAY_SIZE(srgb_formats)); in hud_create()