Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] ); in TAG()
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] ); in TAG()
Dt_vertex_generic.c1052 INTERP_4F(t, fdst, fout, fin); in _tnl_generic_interp()
1101 INTERP_4F( t, in _tnl_generic_interp_extras()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vb.c303 INTERP_4F( t, in TAG()
/external/mesa3d/src/mesa/main/
Dmacros.h634 INTERP_4F(GLfloat t, GLfloat dst[4], const GLfloat out[4], const GLfloat in[4]) in INTERP_4F() function