Lines Matching refs:min_index
522 unsigned min_index = ~0;
536 min_index = MIN2(min_index, first[i]);
540 unsigned num_vertices = max_index_exclusive - min_index;
549 if (!upload_vertices(ctx, user_buffer_mask, min_index, num_vertices,
611 GLuint min_index;
626 const GLuint min_index = cmd->min_index;
630 (mode, min_index, max_index, count,
639 bool index_bounds_valid, GLuint min_index, GLuint max_index)
651 cmd->min_index = min_index;
678 GLuint min_index;
703 const GLuint min_index = cmd->min_index;
722 (mode, min_index, max_index, count,
746 bool index_bounds_valid, GLuint min_index, GLuint max_index,
764 cmd->min_index = min_index;
777 bool index_bounds_valid, GLuint min_index, GLuint max_index,
795 count <= 0 || instance_count <= 0 || max_index < min_index ||
800 min_index, max_index);
821 min_index = ~0;
826 &min_index, &max_index);
830 unsigned start_vertex = min_index + basevertex;
831 unsigned num_vertices = max_index + 1 - min_index;
852 min_index, max_index, index_buffer,
866 (mode, min_index, max_index, count, type, indices));
872 (mode, min_index, max_index, count,
1035 unsigned min_index = ~0;
1066 min_index = MIN2(min_index, min);
1071 num_vertices = max_index + 1 - min_index;
1112 !upload_vertices(ctx, user_buffer_mask, min_index, num_vertices,