Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_vbo.c196 assert(nv50->vb_elt_limit != ~0); in nv50_user_vbuf_range()
198 *size = nv50->vb_elt_limit * nv50->vtxbuf[vbi].stride + in nv50_user_vbuf_range()
768 nv50->vb_elt_limit = info->max_index - info->min_index; in nv50_draw_vbo()
776 !(info->index_size && ((nv50->vb_elt_limit + 64) < info->count)); in nv50_draw_vbo()
Dnv50_context.h150 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo.c212 assert(nvc0->vb_elt_limit != ~0); in nvc0_user_vbuf_range()
214 *size = nvc0->vb_elt_limit * nvc0->vtxbuf[vbi].stride + in nvc0_user_vbuf_range()
933 nvc0->vb_elt_limit = info->max_index - info->min_index; in nvc0_draw_vbo()
942 (nvc0->vb_elt_limit >= (info->count * 2)); in nvc0_draw_vbo()
Dnvc0_context.h220 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member