Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_context.h128 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
Dnv50_vbo.c191 *base = nv50->vb_elt_first * nv50->vtxbuf[vbi].stride; in nv50_user_vbuf_range()
722 nv50->vb_elt_first = info->min_index + info->index_bias; in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_context.h128 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
Dnv50_vbo.c191 *base = nv50->vb_elt_first * nv50->vtxbuf[vbi].stride; in nv50_user_vbuf_range()
722 nv50->vb_elt_first = info->min_index + info->index_bias; in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_context.h132 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
Dnvc0_vbo.c210 *base = nvc0->vb_elt_first * nvc0->vtxbuf[vbi].stride; in nvc0_user_vbuf_range()
791 nvc0->vb_elt_first = info->min_index + info->index_bias; in nvc0_draw_vbo()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_context.h132 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */ member
Dnvc0_vbo.c210 *base = nvc0->vb_elt_first * nvc0->vtxbuf[vbi].stride; in nvc0_user_vbuf_range()
791 nvc0->vb_elt_first = info->min_index + info->index_bias; in nvc0_draw_vbo()