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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h149 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member in struct:nv50_context
H A Dnv50_vbo.c207 *base = nv50->vb_elt_first * nv50->vtxbuf[vbi].stride;
777 nv50->vb_elt_first = info->min_index + info->index_bias;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h176 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member in struct:nv50_context
H A Dnv50_vbo.c200 *base = nv50->vb_elt_first * nv50->vtxbuf[vbi].stride;
792 nv50->vb_elt_first = info->min_index + (info->index_size ? draws->index_bias : 0);
795 nv50->vb_elt_first = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h218 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member in struct:nvc0_context
H A Dnvc0_vbo.c215 *base = nvc0->vb_elt_first * nvc0->vtxbuf[vbi].stride;
926 nvc0->vb_elt_first = info->min_index + info->index_bias;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h219 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member in struct:nvc0_context
H A Dnvc0_vbo.c214 *base = nvc0->vb_elt_first * nvc0->vtxbuf[vbi].stride;
949 nvc0->vb_elt_first = info->min_index + (info->index_size ? draws->index_bias : 0);
952 nvc0->vb_elt_first = 0;

Completed in 12 milliseconds