Lines Matching defs:reord
576 GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
590 /* the first n texels in reord are guaranteed to be non-zero */
591 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
592 fxt1_lloyd(vec, n_vect, reord, n_comp, n);
786 GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
807 sum += reord[k][i];
823 hihi |= reord[maxCol][i] >> 3;
828 hihi |= reord[minCol][i] >> 3;
835 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCol]);
1170 GLubyte reord[N_TEXELS][MAX_COMP];
1213 COPY_4UBV(reord[l], input[k]);
1214 if (reord[l][ACOMP] < (255 - ALPHA_TS)) {
1225 fxt1_quantize_ALPHA0(cc, input, reord, l);
1230 fxt1_quantize_HI(cc, input, reord, l);