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.c224 #if CHAN_BITS != 32 in interpolate_int_colors()
232 #if CHAN_BITS != 32 in interpolate_int_colors()
1020 #if CHAN_BITS == 32 in shade_texture_span()
1267 #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()
750 redBits = CHAN_BITS; in OSMesaCreateContextAttribs()
751 greenBits = CHAN_BITS; in OSMesaCreateContextAttribs()
752 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs()
753 alphaBits = CHAN_BITS; in OSMesaCreateContextAttribs()
760 redBits = CHAN_BITS; in OSMesaCreateContextAttribs()
761 greenBits = CHAN_BITS; in OSMesaCreateContextAttribs()
762 blueBits = CHAN_BITS; in OSMesaCreateContextAttribs()
763 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.c56 #if CHAN_BITS == 8
903 #if defined(DEBUG) && CHAN_BITS == 8
1003 #if CHAN_BITS == 8 in get_triangle_func()