OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vb_elt_first
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
128
uint32_t
vb_elt_first
; /* from pipe_draw_info, for vertex upload */
member in struct:nv50_context
nv50_vbo.c
191
*base = nv50->
vb_elt_first
* nv50->vtxbuf[vbi].stride;
722
nv50->
vb_elt_first
= info->min_index + info->index_bias;
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h
132
uint32_t
vb_elt_first
; /* from pipe_draw_info, for vertex upload */
member in struct:nvc0_context
nvc0_vbo.c
210
*base = nvc0->
vb_elt_first
* nvc0->vtxbuf[vbi].stride;
791
nvc0->
vb_elt_first
= info->min_index + info->index_bias;
Completed in 87 milliseconds