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
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()
192 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local
208 coord[j][0], coord[j][1], coord[j][2], coord[j][3]); in TAG()
209 assert(!util_is_inf_or_nan(coord[j][0])); in TAG()
210 assert(!util_is_inf_or_nan(coord[j][1])); in TAG()
211 assert(!util_is_inf_or_nan(coord[j][2])); in TAG()
212 assert(!util_is_inf_or_nan(coord[j][3])); in TAG()
253 coord[j][0], coord[j][1], coord[j][2], coord[j][3]); in TAG()
271 GLfloat (*coord)[4] = VB->ClipPtr->data; in TAG() local