Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c179 #define MAX_VECT 4 /* ever needed maximum number of base vectors to find */ macro
458 GLint sum[MAX_VECT][MAX_COMP]; /* used to accumulate closest texels */ in fxt1_lloyd()
459 GLint cnt[MAX_VECT]; /* how many times a certain vector was chosen */ in fxt1_lloyd()
541 GLfloat vec[MAX_VECT][MAX_COMP]; in fxt1_quantize_CHROMA()
583 GLfloat vec[MAX_VECT][MAX_COMP]; in fxt1_quantize_ALPHA0()