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.h41 #ifndef CHAN_BITS
42 #define CHAN_BITS 8 macro
49 #if CHAN_BITS == 8
54 #elif CHAN_BITS == 16
59 #elif CHAN_BITS == 32
69 #if CHAN_BITS == 8
81 #elif CHAN_BITS == 16
93 #elif CHAN_BITS == 32
107 #error unexpected CHAN_BITS size
Ds_triangle.c1106 #if CHAN_BITS != 8 in _swrast_choose_triangle()
1122 #if CHAN_BITS != 8 in _swrast_choose_triangle()
1139 #if CHAN_BITS != 8 in _swrast_choose_triangle()
1147 #if CHAN_BITS != 8 in _swrast_choose_triangle()
Ds_lines.c248 #if CHAN_BITS == 32 in _swrast_choose_line()
Ds_span.c221 #if CHAN_BITS != 32 in interpolate_int_colors()
229 #if CHAN_BITS != 32 in interpolate_int_colors()
1017 #if CHAN_BITS == 32 in shade_texture_span()
1264 #if CHAN_BITS == 32 in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c102 #if CHAN_BITS == 32 in get_string()
104 #elif CHAN_BITS == 16 in get_string()
622 redBits = CHAN_BITS; in OSMesaCreateContextExt()
623 greenBits = CHAN_BITS; in OSMesaCreateContextExt()
624 blueBits = CHAN_BITS; in OSMesaCreateContextExt()
625 alphaBits = CHAN_BITS; in OSMesaCreateContextExt()
632 redBits = CHAN_BITS; in OSMesaCreateContextExt()
633 greenBits = CHAN_BITS; in OSMesaCreateContextExt()
634 blueBits = CHAN_BITS; in OSMesaCreateContextExt()
635 alphaBits = CHAN_BITS; in OSMesaCreateContextExt()
[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.c54 #if CHAN_BITS == 8
901 #if defined(DEBUG) && CHAN_BITS == 8
1001 #if CHAN_BITS == 8 in get_triangle_func()