Lines Matching defs:total_count
80 upload_multi_indices(struct gl_context *ctx, unsigned total_count,
89 assert(total_count);
91 _mesa_glthread_upload(ctx, NULL, index_size * total_count,
1037 unsigned total_count = 0;
1068 total_count += vertex_count;
1073 if (total_count == 0 || num_vertices == 0) {
1082 if (util_is_vbo_upload_ratio_too_large(total_count, num_vertices))
1085 /* Only compute total_count for the upload of indices. */
1098 total_count += vertex_count;
1101 if (total_count == 0) {
1121 index_buffer = upload_multi_indices(ctx, total_count, index_size,