Searched refs:get_max_vertices (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_split_inplace.c | 132 static GLuint get_max_vertices(struct split_context *split, in get_max_vertices() function 156 GLuint available = get_max_vertices(split, prim); in split_prims() 165 available = get_max_vertices(split, prim); in split_prims() 204 available = get_max_vertices(split, prim); in split_prims()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_vbo_t.c | 238 vert_avail = get_max_vertices(ctx, NULL, pushbuf_avail), in vbo_maybe_split() 239 idx_avail = get_max_vertices(ctx, ib, pushbuf_avail); in vbo_maybe_split() 385 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push))) in vbo_draw_vbo() 428 if (prims[i].count > get_max_vertices(ctx, ib, in vbo_draw_imm()
|
D | nouveau_render_t.c | 149 get_max_vertices(struct gl_context *ctx, const struct _mesa_index_buffer *ib, in get_max_vertices() function
|
D | nouveau_swtnl_t.c | 209 npush = get_max_vertices(ctx, NULL, PUSH_AVAIL(push)); in swtnl_flush_vertices()
|