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.c178 #define MAX_COMP 4 /* ever needed maximum number of components in texel */ macro
267 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_bestcol() argument
268 GLubyte input[MAX_COMP], GLint nc) in fxt1_bestcol() argument
289 fxt1_worst (GLfloat vec[MAX_COMP], in fxt1_worst() argument
290 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst() argument
311 fxt1_variance (GLdouble variance[MAX_COMP], in fxt1_variance() argument
312 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance() argument
341 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_choose() argument
342 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose() argument
435 fxt1_lloyd (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_lloyd() argument
[all …]