Searched refs:INTERP_4F (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_cliptmp.h | 54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \ 60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \ 151 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] ); in TAG() 165 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] ); in TAG()
|
D | t_vertex_generic.c | 1051 INTERP_4F(t, fdst, fout, fin); in _tnl_generic_interp() 1100 INTERP_4F( t, in _tnl_generic_interp_extras()
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 651 INTERP_4F(GLfloat t, GLfloat dst[4], const GLfloat out[4], const GLfloat in[4]) in INTERP_4F() function
|