Searched refs:reord (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 602 GLubyte reord[N_TEXELS][MAX_COMP], GLint n) in fxt1_quantize_ALPHA0() 617 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) { in fxt1_quantize_ALPHA0() 618 fxt1_lloyd(vec, n_vect, reord, n_comp, n); in fxt1_quantize_ALPHA0() 812 GLubyte reord[N_TEXELS][MAX_COMP], GLint n) in fxt1_quantize_HI() 833 sum += reord[k][i]; in fxt1_quantize_HI() 849 hihi |= reord[maxCol][i] >> 3; in fxt1_quantize_HI() 854 hihi |= reord[minCol][i] >> 3; in fxt1_quantize_HI() 861 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCol]); in fxt1_quantize_HI() 1196 GLubyte reord[N_TEXELS][MAX_COMP]; in fxt1_quantize() local 1239 COPY_4UBV(reord[l], input[k]); in fxt1_quantize() [all …]
|
/external/iproute2/ip/ |
D | iproute.c | 816 unsigned reord; in iproute_modify() local 822 if (get_unsigned(&reord, *argv, 0)) in iproute_modify() 824 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord); in iproute_modify()
|