Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_chan.h42 #ifndef CHAN_BITS
43 #define CHAN_BITS 8 macro
50 #if CHAN_BITS == 8
55 #elif CHAN_BITS == 16
60 #elif CHAN_BITS == 32
70 #if CHAN_BITS == 8
82 #elif CHAN_BITS == 16
94 #elif CHAN_BITS == 32
108 #error unexpected CHAN_BITS size
Ds_triangle.c1108 #if CHAN_BITS != 8 in _swrast_choose_triangle()
1124 #if CHAN_BITS != 8 in _swrast_choose_triangle()
1141 #if CHAN_BITS != 8 in _swrast_choose_triangle()
1149 #if CHAN_BITS != 8 in _swrast_choose_triangle()
Ds_lines.c247 #if CHAN_BITS == 32 in _swrast_choose_line()
Ds_span.c225 #if CHAN_BITS != 32 in interpolate_int_colors()
233 #if CHAN_BITS != 32 in interpolate_int_colors()
1021 #if CHAN_BITS == 32 in shade_texture_span()
1268 #if CHAN_BITS == 32 in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c106 #if CHAN_BITS == 32 in get_string()
108 #elif CHAN_BITS == 16 in get_string()
754 redBits = CHAN_BITS; in OSMesaCreateContextAttribs()
755 greenBits = CHAN_BITS; in OSMesaCreateContextAttribs()
756 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs()
757 alphaBits = CHAN_BITS; in OSMesaCreateContextAttribs()
764 redBits = CHAN_BITS; in OSMesaCreateContextAttribs()
765 greenBits = CHAN_BITS; in OSMesaCreateContextAttribs()
766 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs()
767 alphaBits = CHAN_BITS; in OSMesaCreateContextAttribs()
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c119 #if CHAN_BITS == 8
449 #if CHAN_BITS == 8 in get_line_func()
Dxm_tri.c55 #if CHAN_BITS == 8
902 #if defined(DEBUG) && CHAN_BITS == 8
1002 #if CHAN_BITS == 8 in get_triangle_func()