Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c595 int total_vert_count = end - original_prims[0].start; in compile_vertex_list() local
602 int max_index_count = total_vert_count * (all_prims_supported ? 2 : 3); in compile_vertex_list()
765 total_vert_count = vertex_to_index ? (max_index + 1) : idx; in compile_vertex_list()
767 total_vert_count * save->vertex_size * sizeof(fi_type); in compile_vertex_list()
845 total_vert_count * save->vertex_size * sizeof(fi_type), in compile_vertex_list()
848 save->current_bo_bytes_used += total_vert_count * save->vertex_size * sizeof(fi_type); in compile_vertex_list()

Completed in 4 milliseconds