Searched refs:CHAN_BITS (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A 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
H A Ds_lines.c247 #if CHAN_BITS == 32
H A Ds_triangle.c1108 #if CHAN_BITS != 8
1124 #if CHAN_BITS != 8
1141 #if CHAN_BITS != 8
1149 #if CHAN_BITS != 8
H A Ds_span.c225 #if CHAN_BITS != 32
233 #if CHAN_BITS != 32
1021 #if CHAN_BITS == 32
1268 #if CHAN_BITS == 32
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A 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
H A Ds_lines.c247 #if CHAN_BITS == 32
H A Ds_triangle.c1108 #if CHAN_BITS != 8
1124 #if CHAN_BITS != 8
1141 #if CHAN_BITS != 8
1149 #if CHAN_BITS != 8
H A Ds_span.c225 #if CHAN_BITS != 32
233 #if CHAN_BITS != 32
1021 #if CHAN_BITS == 32
1265 #if CHAN_BITS == 32
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/osmesa/
H A Dosmesa.c106 #if CHAN_BITS == 32
108 #elif CHAN_BITS == 16
751 redBits = CHAN_BITS;
752 greenBits = CHAN_BITS;
753 blueBits = CHAN_BITS;
754 alphaBits = CHAN_BITS;
761 redBits = CHAN_BITS;
762 greenBits = CHAN_BITS;
763 blueBits = CHAN_BITS;
764 alphaBits = CHAN_BITS;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_line.c119 #if CHAN_BITS == 8
439 #endif /* CHAN_BITS == 8 */
449 #if CHAN_BITS == 8
523 #endif /* CHAN_BITS == 8 */
H A Dxm_tri.c56 #if CHAN_BITS == 8
900 #endif /* CHAN_BITS == 8 */
903 #if defined(DEBUG) && CHAN_BITS == 8
1003 #if CHAN_BITS == 8
1135 #endif /* CHAN_BITS == 8 */
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_line.c119 #if CHAN_BITS == 8
439 #endif /* CHAN_BITS == 8 */
449 #if CHAN_BITS == 8
523 #endif /* CHAN_BITS == 8 */
H A Dxm_tri.c55 #if CHAN_BITS == 8
899 #endif /* CHAN_BITS == 8 */
902 #if defined(DEBUG) && CHAN_BITS == 8
1002 #if CHAN_BITS == 8
1134 #endif /* CHAN_BITS == 8 */

Completed in 22 milliseconds