HomeSort by relevance Sort by last modified time
    Searched refs:reord (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 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]; local
    [all...]
  /external/iproute2/ip/
iproute.c 960 unsigned reord; local
966 if (get_unsigned(&reord, *argv, 0))
968 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord);
    [all...]

Completed in 395 milliseconds