Lines Matching full:n_vect
534 const GLint n_vect = 4; /* 4 base vectors to find */
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 */
585 vec[n_vect][i] = 0;
589 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
590 fxt1_lloyd(vec, n_vect, reord, n_comp, n);
594 for (j = n_vect - 1; j >= 0; j--) {
599 for (j = n_vect - 1; j >= 0; j--) {
612 lohi |= fxt1_bestcol(vec, n_vect + 1, input[k], n_comp);
617 lolo |= fxt1_bestcol(vec, n_vect + 1, input[k], n_comp);
628 const GLint n_vect = 3; /* highest vector number in each microtile */
728 MAKEIVEC(n_vect, n_comp, iv, b, vec[0], vec[1]);
735 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]);
748 MAKEIVEC(n_vect, n_comp, iv, b, vec[2], vec[1]);
755 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]);
765 for (j = n_vect - 1; j >= 0; j--) {
770 for (j = n_vect - 1; j >= 0; j--) {
786 const GLint n_vect = 6; /* highest vector number */
833 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCol]);
840 GLint texel = n_vect + 1; /* transparent black */
845 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]);
861 const GLint n_vect = 2; /* highest vector number in each microtile */
931 MAKEIVEC(n_vect, n_comp, iv, b, vec[0], vec[1]);
936 GLint texel = n_vect + 1; /* transparent black */
939 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]);
965 MAKEIVEC(n_vect, n_comp, iv, b, vec[2], vec[3]);
970 GLint texel = n_vect + 1; /* transparent black */
973 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]);
999 const GLint n_vect = 3; /* highest vector number in each microtile */
1094 MAKEIVEC(n_vect, n_comp, iv, b, vec[0], vec[1]);
1101 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]);
1127 MAKEIVEC(n_vect, n_comp, iv, b, vec[2], vec[3]);
1134 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]);