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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c576 GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
590 /* the first n texels in reord are guaranteed to be non-zero */
591 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
592 fxt1_lloyd(vec, n_vect, reord, n_comp, n);
786 GLubyte reord[N_TEXELS][MAX_COMP], GLint n)
807 sum += reord[k][i];
823 hihi |= reord[maxCol][i] >> 3;
828 hihi |= reord[minCol][i] >> 3;
835 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCo
574 fxt1_quantize_ALPHA0(GLuint * cc,GLubyte input[N_TEXELS][MAX_COMP],GLubyte reord[N_TEXELS][MAX_COMP],GLint n) argument
784 fxt1_quantize_HI(GLuint * cc,GLubyte input[N_TEXELS][MAX_COMP],GLubyte reord[N_TEXELS][MAX_COMP],GLint n) argument
1170 GLubyte reord[N_TEXELS][MAX_COMP]; local in function:fxt1_quantize
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c457 uint8_t reord[N_TEXELS][MAX_COMP], int32_t n)
471 /* the first n texels in reord are guaranteed to be non-zero */
472 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) {
473 fxt1_lloyd(vec, n_vect, reord, n_comp, n);
667 uint8_t reord[N_TEXELS][MAX_COMP], int32_t n)
688 sum += reord[k][i];
704 hihi |= reord[maxCol][i] >> 3;
709 hihi |= reord[minCol][i] >> 3;
716 MAKEIVEC(n_vect, n_comp, iv, b, reord[minCol], reord[maxCo
455 fxt1_quantize_ALPHA0(uint32_t * cc,uint8_t input[N_TEXELS][MAX_COMP],uint8_t reord[N_TEXELS][MAX_COMP],int32_t n) argument
665 fxt1_quantize_HI(uint32_t * cc,uint8_t input[N_TEXELS][MAX_COMP],uint8_t reord[N_TEXELS][MAX_COMP],int32_t n) argument
1051 uint8_t reord[N_TEXELS][MAX_COMP]; local in function:fxt1_quantize
[all...]

Completed in 5 milliseconds