Searched refs:reord (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c574 GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
588 /* the first n texels in reord are guaranteed to be non-zero */
589 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
590 fxt1_lloyd(vec, n_vect, reord, n_comp, n);
784 GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
805 sum += reord[k][i];
821 hihi |= reord[maxCol][i] >> 3;
826 hihi |= reord[minCol][i] >> 3;
833 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCo
572 fxt1_quantize_ALPHA0(GLuint *cc, GLubyte input[N_TEXELS][MAX_COMP], GLubyte reord[N_TEXELS][MAX_COMP], GLint n) argument
782 fxt1_quantize_HI(GLuint *cc, GLubyte input[N_TEXELS][MAX_COMP], GLubyte reord[N_TEXELS][MAX_COMP], GLint n) argument
1168 GLubyte reord[N_TEXELS][MAX_COMP]; local
[all...]
/external/iproute2/ip/
H A Diproute.c1001 unsigned int reord; local
1008 if (get_unsigned(&reord, *argv, 0))
1010 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord);

Completed in 94 milliseconds