HomeSort by relevance Sort by last modified time
    Searched full:get_max_vertices (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_inplace.c 132 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/
vbo_split_inplace.c 132 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/
nouveau_vbo_t.c 238 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,
nouveau_render_t.c 149 get_max_vertices(struct gl_context *ctx, const struct _mesa_index_buffer *ib, function
nouveau_swtnl_t.c 209 npush = get_max_vertices(ctx, NULL, PUSH_AVAIL(push));
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 238 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,
nouveau_render_t.c 149 get_max_vertices(struct gl_context *ctx, const struct _mesa_index_buffer *ib, function
nouveau_swtnl_t.c 209 npush = get_max_vertices(ctx, NULL, PUSH_AVAIL(push));

Completed in 87 milliseconds