Searched refs:t001 (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c128 const GLfloat t001[4], const GLfloat t101[4],
135 t001[k], t101[k], t011[k], t111[k]);
2064 GLfloat t000[4], t010[4], t001[4], t011[4]; local
2116 get_border_color(samp, img, t001);
2119 swImg->FetchTexel(swImg, i0, j0, k1, t001);
2141 lerp_rgba_3d(rgba, a, b, c, t000, t100, t010, t110, t001, t101, t011, t111);
125 lerp_rgba_3d(GLfloat result[4], GLfloat a, GLfloat b, GLfloat c, const GLfloat t000[4], const GLfloat t100[4], const GLfloat t010[4], const GLfloat t110[4], const GLfloat t001[4], const GLfloat t101[4], const GLfloat t011[4], const GLfloat t111[4]) argument

Completed in 74 milliseconds