Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h176 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
H A Dnv50_vbo.c200 *base = nv50->vb_elt_first * nv50->vtxbuf[vbi].stride; in nv50_user_vbuf_range()
792 nv50->vb_elt_first = info->min_index + (info->index_size ? draws->index_bias : 0); in nv50_draw_vbo()
795 nv50->vb_elt_first = 0; in nv50_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.h219 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
H A Dnvc0_vbo.c214 *base = nvc0->vb_elt_first * nvc0->vtxbuf[vbi].stride; in nvc0_user_vbuf_range()
949 nvc0->vb_elt_first = info->min_index + (info->index_size ? draws->index_bias : 0); in nvc0_draw_vbo()
952 nvc0->vb_elt_first = 0; in nvc0_draw_vbo()

Completed in 6 milliseconds