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;
152 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
166 INTERP_4F( t1, coord[newvert], coord[v1], coord[v0_orig] );
193 GLfloat (*coord)[4] = VB->ClipPtr->data;
210 coord[j][0], coord[j][1], coord[j][2], coord[j][3]);
211 assert(!IS_INF_OR_NAN(coord[j][0]));
212 assert(!IS_INF_OR_NAN(coord[j][1]));
213 assert(!IS_INF_OR_NAN(coord[j][2]));
214 assert(!IS_INF_OR_NAN(coord[j][3]));
255 coord[j][0], coord[j][1], coord[j][2], coord[j][3]);
273 GLfloat (*coord)[4] = VB->ClipPtr->data;