Searched defs:t110 (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c125 const GLfloat t010[4], const GLfloat t110[4],
132 result[k] = lerp_3d(a, b, c, t000[k], t100[k], t010[k], t110[k],
2060 GLfloat t100[4], t110[4], t101[4], t111[4]; local
2104 get_border_color(samp, img, t110);
2107 swImg->FetchTexel(swImg, i1, j1, k0, t110);
2136 lerp_rgba_3d(rgba, a, b, c, t000, t100, t010, t110, t001, t101, t011, t111);
123 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 68 milliseconds