Searched refs:lerp_3d (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 101 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/ |
D | s_texfilter.c | 79 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()
|