Home
last modified time | relevance | path

Searched refs:get_max_vertices (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_split_inplace.c132 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/
Dnouveau_vbo_t.c240 vert_avail = get_max_vertices(ctx, NULL, pushbuf_avail), in vbo_maybe_split()
241 idx_avail = get_max_vertices(ctx, ib, pushbuf_avail); in vbo_maybe_split()
387 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push))) in vbo_draw_vbo()
430 if (prims[i].count > get_max_vertices(ctx, ib, in vbo_draw_imm()
Dnouveau_render_t.c149 get_max_vertices(struct gl_context *ctx, const struct _mesa_index_buffer *ib, in get_max_vertices() function
Dnouveau_swtnl_t.c209 npush = get_max_vertices(ctx, NULL, PUSH_AVAIL(push)); in swtnl_flush_vertices()