| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_fxt1.c | 537 const GLint n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_CHROMA 543 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) { 544 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS); 549 for (i = 0; i < n_comp; i++) { 561 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp); 566 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp); 579 const GLint n_comp = 4; /* 4 components: R, G, B, A */ local in function:fxt1_quantize_ALPHA0 586 for (i = 0; i < n_comp; i++) { 591 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) { 592 fxt1_lloyd(vec, n_vect, reord, n_comp, 631 const GLint n_comp = 4; /* 4 components: R, G, B, A */ local in function:fxt1_quantize_ALPHA1 789 const GLint n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_HI 864 const GLint n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_MIXED1 1002 const GLint n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_MIXED0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_fxt1.c | 418 const int32_t n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_CHROMA 424 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) { 425 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS); 430 for (i = 0; i < n_comp; i++) { 442 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp); 447 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp); 460 const int32_t n_comp = 4; /* 4 components: R, G, B, A */ local in function:fxt1_quantize_ALPHA0 467 for (i = 0; i < n_comp; i++) { 472 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) { 473 fxt1_lloyd(vec, n_vect, reord, n_comp, 512 const int32_t n_comp = 4; /* 4 components: R, G, B, A */ local in function:fxt1_quantize_ALPHA1 670 const int32_t n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_HI 745 const int32_t n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_MIXED1 883 const int32_t n_comp = 3; /* 3 components: R, G, B */ local in function:fxt1_quantize_MIXED0 [all...] |