Searched refs:fxt1_bestcol (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 262 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_bestcol() function 489 GLint best = fxt1_bestcol(vec, nv, input[k], nc, &err); in fxt1_lloyd() 559 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA() 564 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA() 612 lohi |= fxt1_bestcol(vec, n_vect + 1, input[k], n_comp); in fxt1_quantize_ALPHA0() 617 lolo |= fxt1_bestcol(vec, n_vect + 1, input[k], n_comp); in fxt1_quantize_ALPHA0()
|