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

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split_inplace.c132 static GLuint get_max_vertices(struct split_context *split, function
156 GLuint available = get_max_vertices(split, prim);
165 available = get_max_vertices(split, prim);
204 available = get_max_vertices(split, prim);
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split_inplace.c132 static GLuint get_max_vertices(struct split_context *split, function
156 GLuint available = get_max_vertices(split, prim);
165 available = get_max_vertices(split, prim);
204 available = get_max_vertices(split, prim);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c149 get_max_vertices(struct gl_context *ctx, const struct _mesa_index_buffer *ib, function
H A Dnouveau_vbo_t.c238 vert_avail = get_max_vertices(ctx, NULL, pushbuf_avail),
239 idx_avail = get_max_vertices(ctx, ib, pushbuf_avail);
385 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push)))
428 if (prims[i].count > get_max_vertices(ctx, ib,
H A Dnouveau_swtnl_t.c209 npush = get_max_vertices(ctx, NULL, PUSH_AVAIL(push));
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c149 get_max_vertices(struct gl_context *ctx, const struct _mesa_index_buffer *ib, function
H A Dnouveau_vbo_t.c238 vert_avail = get_max_vertices(ctx, NULL, pushbuf_avail),
239 idx_avail = get_max_vertices(ctx, ib, pushbuf_avail);
385 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push)))
428 if (prims[i].count > get_max_vertices(ctx, ib,
H A Dnouveau_swtnl_t.c209 npush = get_max_vertices(ctx, NULL, PUSH_AVAIL(push));

Completed in 723 milliseconds