HomeSort by relevance Sort by last modified time
    Searched full:n_vect (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 562 const GLint n_vect = 4; /* 4 base vectors to find */ local
569 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) {
570 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS);
574 for (j = n_vect - 1; j >= 0; j--) {
587 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp);
592 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp);
604 const GLint n_vect = 3; /* 3 base vectors to find */ local
613 vec[n_vect][i] = 0;
617 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
618 fxt1_lloyd(vec, n_vect, reord, n_comp, n)
656 const GLint n_vect = 3; \/* highest vector number in each microtile *\/ local
814 const GLint n_vect = 6; \/* highest vector number *\/ local
889 const GLint n_vect = 2; \/* highest vector number in each microtile *\/ local
1027 const GLint n_vect = 3; \/* highest vector number in each microtile *\/ local
    [all...]

Completed in 183 milliseconds