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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_screen.c169 boolean allow_rgb10; local in function:dri_fill_in_modes
186 allow_rgb10 = driQueryOptionb(&screen->dev->option_cache, "allow_rgb10_configs");
247 if (!allow_rgb10 &&
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_screen.c159 bool allow_rgb10; local in function:dri_fill_in_modes
178 allow_rgb10 = driQueryOptionb(&screen->dev->option_cache, "allow_rgb10_configs");
241 if (!allow_rgb10 &&

Completed in 3 milliseconds