Searched refs:max_indices (Results 1 – 14 of 14) sorted by relevance
74 unsigned max_indices; member112 vbuf->nr_indices + nr > vbuf->max_indices) in check_space()442 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1); in draw_vbuf_stage()444 vbuf->indices = (ushort *) align_malloc( vbuf->max_indices * in draw_vbuf_stage()
57 unsigned max_indices; member
120 if (limits->max_indices == 0) { in vbo_split_prims()140 else if (ib->count > limits->max_indices) { in vbo_split_prims()
96 GLuint max_indices; member
290 split.limit = ib ? limits->max_indices : limits->max_verts; in vbo_split_inplace()
542 copy->limits->max_indices); in replay_init()
351 svga_render->base.max_indices = 65536; in svga_vbuf_render_create()
480 limits.max_indices = ~0; in _tnl_draw_prims()
712 i915_render->base.max_indices = 16*1024; in i915_vbuf_render_create()
579 cvbr->base.max_indices = SP_MAX_VBUF_INDEXES; in sp_create_vbuf_backend()
456 r->base.max_indices = 16 * 1024; in nv30_render_create()
543 setup->base.max_indices = LP_MAX_VBUF_INDEXES; in lp_setup_init_vbuf()
252 .max_indices = idx_avail, in vbo_maybe_split()
1121 r300render->base.max_indices = 16 * 1024; in r300_render_create()