Home
last modified time | relevance | path

Searched refs:t000 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c126 const GLfloat t000[4], const GLfloat t100[4], in lerp_rgba_3d()
134 result[k] = lerp_3d(a, b, c, t000[k], t100[k], t010[k], t110[k], in lerp_rgba_3d()
2064 GLfloat t000[4], t010[4], t001[4], t011[4]; in sample_3d_linear() local
2091 get_border_color(samp, img, t000); in sample_3d_linear()
2094 swImg->FetchTexel(swImg, i0, j0, k0, t000); in sample_3d_linear()
2141 lerp_rgba_3d(rgba, a, b, c, t000, t100, t010, t110, t001, t101, t011, t111); in sample_3d_linear()