Home | History | Annotate | Download | only in libtests

Lines Matching refs:sig_bits

6027    unsigned int sig_bits :1;             /* Pixel shifted (sig bits only) */
6036 * If sig_bits is set above the red, green, blue and alpha values have been
6086 const int sig_bits = (format != 0 && format->sig_bits);
6159 sig_bits ? (1U << format->red_sBIT)-1 : max,
6160 sig_bits ? (1U << format->green_sBIT)-1 : max,
6161 sig_bits ? (1U << format->blue_sBIT)-1 : max,
6162 sig_bits ? (1U << format->alpha_sBIT)-1 : max);
6177 this->sig_bits = 0;
6436 const int sig_bits = that->sig_bits;
6455 if (sig_bits && that->red_sBIT < that->sample_depth)
6473 if (sig_bits && that->green_sBIT < that->sample_depth)
6477 if (sig_bits && that->blue_sBIT < that->sample_depth)
6503 if (sig_bits && that->alpha_sBIT < that->sample_depth)
8909 that->sig_bits = 1;