Searched defs:CHAN_BITS (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A 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
/external/mesa3d/src/mesa/swrast/
H A 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

Completed in 453 milliseconds