Lines Matching refs:coord
54 INTERP_4F( t, coord[newvert], coord[idx], coord[idxPrev]); \
60 INTERP_4F( t, coord[newvert], coord[idxPrev], coord[idx]); \
123 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
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()
193 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
210 coord[j][0], coord[j][1], coord[j][2], coord[j][3]); in TAG()
211 assert(!IS_INF_OR_NAN(coord[j][0])); in TAG()
212 assert(!IS_INF_OR_NAN(coord[j][1])); in TAG()
213 assert(!IS_INF_OR_NAN(coord[j][2])); in TAG()
214 assert(!IS_INF_OR_NAN(coord[j][3])); in TAG()
255 coord[j][0], coord[j][1], coord[j][2], coord[j][3]); in TAG()
273 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local