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

/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c534 const GLint n_vect = 4; /* 4 base vectors to find */ local
541 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) {
542 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS);
546 for (j = n_vect - 1; j >= 0; j--) {
559 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp);
564 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp);
576 const GLint n_vect = 3; /* 3 base vectors to find */ local
585 vec[n_vect][i] = 0;
589 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
590 fxt1_lloyd(vec, n_vect, reor
628 const GLint n_vect = 3; /* highest vector number in each microtile */ local
786 const GLint n_vect = 6; /* highest vector number */ local
861 const GLint n_vect = 2; /* highest vector number in each microtile */ local
999 const GLint n_vect = 3; /* highest vector number in each microtile */ local
[all...]

Completed in 217 milliseconds