Home
last modified time | relevance | path

Searched refs:MAX_COMP (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format_fxt1.c59 #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() argument
149 uint8_t input[MAX_COMP], int32_t nc) in fxt1_bestcol() argument
170 fxt1_worst (float vec[MAX_COMP], in fxt1_worst() argument
171 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_worst() argument
192 fxt1_variance (uint8_t input[N_TEXELS / 2][MAX_COMP], int32_t nc) in fxt1_variance() argument
219 fxt1_choose (float vec[][MAX_COMP], int32_t nv, in fxt1_choose() argument
220 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_choose() argument
313 fxt1_lloyd (float vec[][MAX_COMP], int32_t nv, in fxt1_lloyd() argument
314 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n) in fxt1_lloyd() argument
[all …]