HomeSort by relevance Sort by last modified time
    Searched refs:vb_elt_limit (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 129 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nv50_context
nv50_vbo.c 190 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/
nvc0_context.h 133 uint32_t vb_elt_limit; /* max - min element (count - 1) */ member in struct:nvc0_context
nvc0_vbo.c 209 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 207 milliseconds