Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h149 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
Dnv50_vbo.c207 *base = nv50->vb_elt_first * nv50->vtxbuf[vbi].stride; in nv50_user_vbuf_range()
777 nv50->vb_elt_first = info->min_index + info->index_bias; in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h211 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
Dnvc0_vbo.c215 *base = nvc0->vb_elt_first * nvc0->vtxbuf[vbi].stride; in nvc0_user_vbuf_range()
925 nvc0->vb_elt_first = info->min_index + info->index_bias; in nvc0_draw_vbo()