Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1891 static const enum pipe_format srgb_formats[] = { in hud_create() enum
1895 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()