Home | History | Annotate | Download | only in libtests

Lines Matching defs:sig_bits

6025    unsigned int sig_bits :1;             /* Pixel shifted (sig bits only) */
6034 * If sig_bits is set above the red, green, blue and alpha values have been
6084 const int sig_bits = (format != 0 && format->sig_bits);
6157 sig_bits ? (1U << format->red_sBIT)-1 : max,
6158 sig_bits ? (1U << format->green_sBIT)-1 : max,
6159 sig_bits ? (1U << format->blue_sBIT)-1 : max,
6160 sig_bits ? (1U << format->alpha_sBIT)-1 : max);
6175 this->sig_bits = 0;
6434 const int sig_bits = that->sig_bits;
6453 if (sig_bits && that->red_sBIT < that->sample_depth)
6471 if (sig_bits && that->green_sBIT < that->sample_depth)
6475 if (sig_bits && that->blue_sBIT < that->sample_depth)
6501 if (sig_bits && that->alpha_sBIT < that->sample_depth)
8909 that->sig_bits = 1;