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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c1890 static const enum pipe_format srgb_formats[] = { enum in function:hud_create
1894 for (i = 0; i < ARRAY_SIZE(srgb_formats); i++) {
1895 if (!screen->is_format_supported(screen, srgb_formats[i],
1901 hud->has_srgb = (i == ARRAY_SIZE(srgb_formats));

Completed in 3 milliseconds