Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c201 #define MAX_COMP 4 /* ever needed maximum number of components in texel */ macro
290 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_bestcol() argument
291 GLubyte input[MAX_COMP], GLint nc) in fxt1_bestcol() argument
312 fxt1_worst (GLfloat vec[MAX_COMP], in fxt1_worst() argument
313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst() argument
334 fxt1_variance (GLdouble variance[MAX_COMP], in fxt1_variance() argument
335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance() argument
364 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_choose() argument
365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose() argument
458 fxt1_lloyd (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_lloyd() argument
[all …]