Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_screen.h55 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") \
83DRI_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 …]
Dradeon_screen.c81 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") \
84DRI_CONF_ENUM(3,"Bypass the TCL pipeline with state-based machine code generated on-the-fly"))
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_screen.h55 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") \
83DRI_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 …]
Dradeon_screen.c81 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") \
84DRI_CONF_ENUM(3,"Bypass the TCL pipeline with state-based machine code generated on-the-fly"))
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h363DRI_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") \
366DRI_CONF_ENUM(3,"Always synchronize with vertical refresh, application chooses the minimum swap in…
369DRI_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") \
372DRI_CONF_ENUM(3,"Immer mit der Bildwiederholung synchronisieren, Anwendung wählt das minimale Bild…
375DRI_CONF_ENUM(0,"No sincronizar nunca con el refresco vertical, ignorar la elección de la aplicaci…
376DRI_CONF_ENUM(1,"Intervalo de intercambio inicial 0, obedecer la elección de la aplicación") \
[all …]
/external/mesa3d/src/util/
Ddriconf.h53 #define DRI_CONF_ENUM(_value,text) { .value = _value, .desc = text }, macro
281DRI_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") \
284DRI_CONF_ENUM(3,"Always synchronize with vertical refresh, application chooses the minimum swap in…
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c53 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/
Dintel_screen.c59 DRI_CONF_ENUM(0, "Disable buffer object reuse")
60 DRI_CONF_ENUM(1, "Enable reuse of all sizes of buffer objects"))