Lines Matching defs:out_nr
31 unsigned out_nr,
35 memcpy(out, &((short *)in)[start], out_nr*sizeof(short));
41 unsigned out_nr,
45 memcpy(out, &((int *)in)[start], out_nr*sizeof(int));
51 unsigned out_nr,
57 while (out_nr--) {
118 * \param out_nr returns number of new vertices
131 unsigned *out_nr,
159 *out_nr = nr;
165 *out_nr = u_index_count_converted_indices(hw_mask, in_pv == out_pv, prim, nr);
233 * \param out_nr returns new number of vertices to draw
245 unsigned *out_nr,
255 *out_nr = u_index_count_converted_indices(hw_mask, in_pv == out_pv, prim, nr);