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

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h129 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nv50_context
H A Dnv50_vbo.c190 assert(nv50->vb_elt_limit != ~0);
192 *size = nv50->vb_elt_limit * nv50->vtxbuf[vbi].stride +
723 nv50->vb_elt_limit = info->max_index - info->min_index;
731 !(info->indexed && ((nv50->vb_elt_limit + 64) < info->count));
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h133 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nvc0_context
H A Dnvc0_vbo.c209 assert(nvc0->vb_elt_limit != ~0);
211 *size = nvc0->vb_elt_limit * nvc0->vtxbuf[vbi].stride +
792 nvc0->vb_elt_limit = info->max_index - info->min_index;
800 info->indexed && (nvc0->vb_elt_limit >= (info->count * 2));

Completed in 163 milliseconds