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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c199 assert(nv50->vb_elt_limit != ~0);
201 *size = nv50->vb_elt_limit * nv50->vtxbuf[vbi].stride +
793 nv50->vb_elt_limit = info->max_index - info->min_index;
796 nv50->vb_elt_limit = ~0;
805 !(info->index_size && ((nv50->vb_elt_limit + 64) < draws[0].count));
H A Dnv50_context.h177 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nv50_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h150 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nv50_context
H A Dnv50_vbo.c206 assert(nv50->vb_elt_limit != ~0);
208 *size = nv50->vb_elt_limit * nv50->vtxbuf[vbi].stride +
778 nv50->vb_elt_limit = info->max_index - info->min_index;
786 !(info->index_size && ((nv50->vb_elt_limit + 64) < info->count));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c213 assert(nvc0->vb_elt_limit != ~0);
215 *size = nvc0->vb_elt_limit * nvc0->vtxbuf[vbi].stride +
950 nvc0->vb_elt_limit = info->max_index - info->min_index;
953 nvc0->vb_elt_limit = ~0;
963 (nvc0->vb_elt_limit >= (draws[0].count * 2));
H A Dnvc0_context.h220 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nvc0_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c214 assert(nvc0->vb_elt_limit != ~0);
216 *size = nvc0->vb_elt_limit * nvc0->vtxbuf[vbi].stride +
927 nvc0->vb_elt_limit = info->max_index - info->min_index;
936 (nvc0->vb_elt_limit >= (info->count * 2));
H A Dnvc0_context.h219 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nvc0_context

Completed in 12 milliseconds