• Home
  • Raw
  • Download

Lines Matching refs:texel

161                                   GLint i, GLint j, GLint k, GLfloat *texel )  in _mesa_fetch_texel_2d_f_rgba_fxt1()  argument
167 texel[RCOMP] = UBYTE_TO_FLOAT(rgba[RCOMP]); in _mesa_fetch_texel_2d_f_rgba_fxt1()
168 texel[GCOMP] = UBYTE_TO_FLOAT(rgba[GCOMP]); in _mesa_fetch_texel_2d_f_rgba_fxt1()
169 texel[BCOMP] = UBYTE_TO_FLOAT(rgba[BCOMP]); in _mesa_fetch_texel_2d_f_rgba_fxt1()
170 texel[ACOMP] = UBYTE_TO_FLOAT(rgba[ACOMP]); in _mesa_fetch_texel_2d_f_rgba_fxt1()
176 GLint i, GLint j, GLint k, GLfloat *texel ) in _mesa_fetch_texel_2d_f_rgb_fxt1() argument
182 texel[RCOMP] = UBYTE_TO_FLOAT(rgba[RCOMP]); in _mesa_fetch_texel_2d_f_rgb_fxt1()
183 texel[GCOMP] = UBYTE_TO_FLOAT(rgba[GCOMP]); in _mesa_fetch_texel_2d_f_rgb_fxt1()
184 texel[BCOMP] = UBYTE_TO_FLOAT(rgba[BCOMP]); in _mesa_fetch_texel_2d_f_rgb_fxt1()
185 texel[ACOMP] = 1.0F; in _mesa_fetch_texel_2d_f_rgb_fxt1()
761 GLint texel; in fxt1_quantize_ALPHA1() local
763 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]); in fxt1_quantize_ALPHA1()
766 lolo |= texel; in fxt1_quantize_ALPHA1()
781 GLint texel; in fxt1_quantize_ALPHA1() local
783 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]); in fxt1_quantize_ALPHA1()
786 lohi |= texel; in fxt1_quantize_ALPHA1()
868 GLint texel = n_vect + 1; /* transparent black */ in fxt1_quantize_HI() local
873 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]); in fxt1_quantize_HI()
875 kk[0] |= texel << (t & 7); in fxt1_quantize_HI()
879 kk[0] |= texel << (t & 7); in fxt1_quantize_HI()
964 GLint texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local
967 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]); in fxt1_quantize_MIXED1()
971 lolo |= texel; in fxt1_quantize_MIXED1()
998 GLint texel = n_vect + 1; /* transparent black */ in fxt1_quantize_MIXED1() local
1001 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]); in fxt1_quantize_MIXED1()
1005 lohi |= texel; in fxt1_quantize_MIXED1()
1127 GLint texel; in fxt1_quantize_MIXED0() local
1129 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]); in fxt1_quantize_MIXED0()
1132 lolo |= texel; in fxt1_quantize_MIXED0()
1160 GLint texel; in fxt1_quantize_MIXED0() local
1162 CALCCDOT(texel, n_vect, n_comp, iv, b, input[k]); in fxt1_quantize_MIXED0()
1165 lohi |= texel; in fxt1_quantize_MIXED0()