Searched refs:DRI_CONF_ENUM (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_screen.h | 55 DRI_CONF_ENUM(0, "Round colors") \ 56 DRI_CONF_ENUM(1, "Dither colors")) 64 DRI_CONF_ENUM(0, "Horizontal error diffusion") \ 65 DRI_CONF_ENUM(1, "Horizontal error diffusion, reset error at line start") \ 66 DRI_CONF_ENUM(2, "Ordered 2D color dithering")) 73 DRI_CONF_ENUM(0, "Round color components downward") \ 74 DRI_CONF_ENUM(1, "Round to nearest color")) 82 DRI_CONF_ENUM(0, "Busy waiting for the graphics hardware") \ 83 … DRI_CONF_ENUM(1, "Sleep for brief intervals while waiting for the graphics hardware") \ 84 DRI_CONF_ENUM(2, "Let the graphics hardware emit a software interrupt and sleep")) [all …]
|
D | radeon_screen.c | 81 DRI_CONF_ENUM(0,"Use software TCL pipeline") \ 82 DRI_CONF_ENUM(1,"Use hardware TCL as first TCL pipeline stage") \ 83 DRI_CONF_ENUM(2,"Bypass the TCL pipeline") \ 84 … DRI_CONF_ENUM(3,"Bypass the TCL pipeline with state-based machine code generated on-the-fly"))
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_screen.h | 55 DRI_CONF_ENUM(0, "Round colors") \ 56 DRI_CONF_ENUM(1, "Dither colors")) 64 DRI_CONF_ENUM(0, "Horizontal error diffusion") \ 65 DRI_CONF_ENUM(1, "Horizontal error diffusion, reset error at line start") \ 66 DRI_CONF_ENUM(2, "Ordered 2D color dithering")) 73 DRI_CONF_ENUM(0, "Round color components downward") \ 74 DRI_CONF_ENUM(1, "Round to nearest color")) 82 DRI_CONF_ENUM(0, "Busy waiting for the graphics hardware") \ 83 … DRI_CONF_ENUM(1, "Sleep for brief intervals while waiting for the graphics hardware") \ 84 DRI_CONF_ENUM(2, "Let the graphics hardware emit a software interrupt and sleep")) [all …]
|
D | radeon_screen.c | 81 DRI_CONF_ENUM(0,"Use software TCL pipeline") \ 82 DRI_CONF_ENUM(1,"Use hardware TCL as first TCL pipeline stage") \ 83 DRI_CONF_ENUM(2,"Bypass the TCL pipeline") \ 84 … DRI_CONF_ENUM(3,"Bypass the TCL pipeline with state-based machine code generated on-the-fly"))
|
/external/mesa3d/prebuilt-intermediates/xmlpool/ |
D | options.h | 363 … DRI_CONF_ENUM(0,"Never synchronize with vertical refresh, ignore application's choice") \ 364 DRI_CONF_ENUM(1,"Initial swap interval 0, obey application's choice") \ 365 DRI_CONF_ENUM(2,"Initial swap interval 1, obey application's choice") \ 366 …DRI_CONF_ENUM(3,"Always synchronize with vertical refresh, application chooses the minimum swap in… 369 …DRI_CONF_ENUM(0,"Niemals mit der Bildwiederholung synchronisieren, Anweisungen der Anwendung ignor… 370 DRI_CONF_ENUM(1,"Initiales Bildinterval 0, Anweisungen der Anwendung gehorchen") \ 371 DRI_CONF_ENUM(2,"Initiales Bildinterval 1, Anweisungen der Anwendung gehorchen") \ 372 …DRI_CONF_ENUM(3,"Immer mit der Bildwiederholung synchronisieren, Anwendung wählt das minimale Bild… 375 …DRI_CONF_ENUM(0,"No sincronizar nunca con el refresco vertical, ignorar la elección de la aplicaci… 376 … DRI_CONF_ENUM(1,"Intervalo de intercambio inicial 0, obedecer la elección de la aplicación") \ [all …]
|
/external/mesa3d/src/util/ |
D | driconf.h | 53 #define DRI_CONF_ENUM(_value,text) { .value = _value, .desc = text }, macro 281 … DRI_CONF_ENUM(0,"Never synchronize with vertical refresh, ignore application's choice") \ 282 DRI_CONF_ENUM(1,"Initial swap interval 0, obey application's choice") \ 283 DRI_CONF_ENUM(2,"Initial swap interval 1, obey application's choice") \ 284 …DRI_CONF_ENUM(3,"Always synchronize with vertical refresh, application chooses the minimum swap in…
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 53 DRI_CONF_ENUM(0, "Disable buffer object reuse") 54 DRI_CONF_ENUM(1, "Enable reuse of all sizes of buffer objects"))
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 59 DRI_CONF_ENUM(0, "Disable buffer object reuse") 60 DRI_CONF_ENUM(1, "Enable reuse of all sizes of buffer objects"))
|