Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
55 interp( ctx, t, newvert, idx, idxPrev, GL_TRUE ); \
60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
61 interp( ctx, t, newvert, idxPrev, idx, GL_FALSE ); \
63 outlist[outcount++] = newvert++; \
124 GLuint newvert = VB->Count; in TAG() local
151 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] ); in TAG()
152 interp( ctx, t0, newvert, v0, v1, GL_FALSE ); in TAG()
153 v0 = newvert; in TAG()
154 newvert++; in TAG()
[all …]