Home
last modified time | relevance | path

Searched defs: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()
291 GLubyte input[MAX_COMP], GLint nc) in fxt1_bestcol()
312 fxt1_worst (GLfloat vec[MAX_COMP], in fxt1_worst()
313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst()
334 fxt1_variance (GLdouble variance[MAX_COMP], in fxt1_variance()
335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance()
364 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_choose()
365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose()
458 fxt1_lloyd (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_lloyd()
[all …]