Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c101 lerp_3d(float a, float b, float c, in lerp_3d() function
1775 rgba[TGSI_NUM_CHANNELS*c] = lerp_3d(xw, yw, zw, in img_filter_3d_linear()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c79 lerp_3d(GLfloat a, GLfloat b, GLfloat c, in lerp_3d() function
134 result[k] = lerp_3d(a, b, c, t000[k], t100[k], t010[k], t110[k], in lerp_rgba_3d()