Searched defs:MAX_COMP (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c173 #define MAX_COMP 4 /* ever needed maximum number of components in texel */ macro
262 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv,
263 GLubyte input[MAX_COMP], GLint nc)
284 fxt1_worst (GLfloat vec[MAX_COMP],
285 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
306 fxt1_variance (GLdouble variance[MAX_COMP],
307 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
336 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv,
337 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
430 fxt1_lloyd (GLfloat vec[][MAX_COMP], GLin
[all...]

Completed in 83 milliseconds