Searched refs:get_max_vertices (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_split_inplace.c | 136 get_max_vertices(struct split_context *split, in get_max_vertices() function 163 GLuint available = get_max_vertices(split, prim); in split_prims() 172 available = get_max_vertices(split, prim); in split_prims() 207 available = get_max_vertices(split, prim); in split_prims()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_vbo_t.c | 261 vert_avail = get_max_vertices(ctx, NULL, pushbuf_avail), in vbo_maybe_split() 262 idx_avail = get_max_vertices(ctx, ib, pushbuf_avail); in vbo_maybe_split() 418 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push))) in vbo_draw_vbo() 461 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()
|