Home | History | Annotate | Download | only in main

Lines Matching refs:reord

602                       GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
616 /* the first n texels in reord are guaranteed to be non-zero */
617 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
618 fxt1_lloyd(vec, n_vect, reord, n_comp, n);
812 GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
833 sum += reord[k][i];
849 hihi |= reord[maxCol][i] >> 3;
854 hihi |= reord[minCol][i] >> 3;
861 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCol]);
1196 GLubyte reord[N_TEXELS][MAX_COMP];
1239 COPY_4UBV(reord[l], input[k]);
1240 if (reord[l][ACOMP] < (255 - ALPHA_TS)) {
1251 fxt1_quantize_ALPHA0(cc, input, reord, l);
1256 fxt1_quantize_HI(cc, input, reord, l);