Searched refs:reord (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 574 GLubyte reord[N_TEXELS][MAX_COMP], GLint n) in fxt1_quantize_ALPHA0() 589 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) { in fxt1_quantize_ALPHA0() 590 fxt1_lloyd(vec, n_vect, reord, n_comp, n); in fxt1_quantize_ALPHA0() 784 GLubyte reord[N_TEXELS][MAX_COMP], GLint n) in fxt1_quantize_HI() 805 sum += reord[k][i]; in fxt1_quantize_HI() 821 hihi |= reord[maxCol][i] >> 3; in fxt1_quantize_HI() 826 hihi |= reord[minCol][i] >> 3; in fxt1_quantize_HI() 833 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCol]); in fxt1_quantize_HI() 1168 GLubyte reord[N_TEXELS][MAX_COMP]; in fxt1_quantize() local 1211 COPY_4UBV(reord[l], input[k]); in fxt1_quantize() [all …]
|
/external/iproute2/ip/ |
D | iproute.c | 961 unsigned reord; in iproute_modify() local 967 if (get_unsigned(&reord, *argv, 0)) in iproute_modify() 969 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING, reord); in iproute_modify()
|