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.c173 #define MAX_COMP 4 /* ever needed maximum number of components in texel */ macro
262 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_bestcol()
263 GLubyte input[MAX_COMP], GLint nc) in fxt1_bestcol()
284 fxt1_worst (GLfloat vec[MAX_COMP], in fxt1_worst()
285 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst()
306 fxt1_variance (GLdouble variance[MAX_COMP], in fxt1_variance()
307 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance()
336 fxt1_choose (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_choose()
337 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose()
430 fxt1_lloyd (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_lloyd()
[all …]