Searched refs:N_TEXELS (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_fxt1.c | 177 #define N_TEXELS 32 /* number of texels in a block (always 32) */ macro 287 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) 309 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) 339 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) 368 } hist[N_TEXELS]; 433 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) 450 * input[N_TEXELS][MAX_COMP] input texels 534 GLubyte input[N_TEXELS][MAX_COMP]) 543 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) { 544 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_fxt1.c | 61 #define N_TEXELS 32 /* number of texels in a block (always 32) */ macro 171 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) 192 fxt1_variance (uint8_t input[N_TEXELS / 2][MAX_COMP], int32_t nc) 194 const int n = N_TEXELS / 2; 220 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) 249 } hist[N_TEXELS]; 314 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) 331 * input[N_TEXELS][MAX_COMP] input texels 415 uint8_t input[N_TEXELS][MAX_COMP]) 424 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) ! [all...] |
Completed in 4 milliseconds