Home | History | Annotate | Download | only in main

Lines Matching defs:bits

2612        * point values that will convert to ~0 for each color channel's bits.
2620 GLuint bits = _mesa_get_format_max_bits(format); /* bits per chan */
2633 if (bits == 8) {
2639 else if (bits == 16) {
2645 else if (bits == 32) {