Lines Matching defs:count
139 unsigned count = draw_info[i].count;
149 count = draw_pt_trim_count(draw_info[i].count, first, incr);
153 if (count >= first)
154 frontend->run(frontend, draw_info[i].start, count);
236 * Debug- print the first 'count' vertices.
240 int start, uint count, int index_bias)
242 debug_printf("Draw arrays(prim = %u, start = %u, count = %u)\n",
243 prim, start, count);
245 for (unsigned i = 0; i < count; i++) {
355 cur.count = 0;
361 for (unsigned j = 0; j < draw_info->count; j++) {
379 if (cur.count > 0) {
385 cur.count = 0;
388 cur.count++;
391 if (cur.count > 0) {
428 * buffers both the count and max_index need to be computed
445 draw->count = vertex_buffer->stride == 0 ? 0 :
450 info->max_index = draw->count - 1;
544 debug_printf("draw_vbo(mode=%u start=%u count=%u):\n",
545 use_info->mode, use_draws[i].start, use_draws[i].count);
575 MIN2(use_draws[i].count, 20),