Searched defs:MAX_COMP (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/format/ |
D | u_format_fxt1.c | 59 #define MAX_COMP 4 /* ever needed maximum number of components in texel */ macro 148 fxt1_bestcol (float vec[][MAX_COMP], int32_t nv, in fxt1_bestcol() 149 uint8_t input[MAX_COMP], int32_t nc) in fxt1_bestcol() 170 fxt1_worst (float vec[MAX_COMP], in fxt1_worst() 171 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_worst() 192 fxt1_variance (uint8_t input[N_TEXELS / 2][MAX_COMP], int32_t nc) in fxt1_variance() 219 fxt1_choose (float vec[][MAX_COMP], int32_t nv, in fxt1_choose() 220 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_choose() 313 fxt1_lloyd (float vec[][MAX_COMP], int32_t nv, in fxt1_lloyd() 314 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_lloyd() [all …]
|