Searched refs:data_idx (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Disosurf.c177 struct data_idx { struct
187 float t = ( (*(struct data_idx *)a).data[AXIS] - \
188 (*(struct data_idx *)b).data[AXIS] ); \
220 struct data_idx *indices,
235 struct data_idx tmp = indices[start];
281 static void extract_indices1( const struct data_idx *in, unsigned int *out,
294 struct data_idx *ind;
296 ind = (struct data_idx *) malloc( sizeof(struct data_idx) * numverts );

Completed in 3 milliseconds