Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h152 uint32_t instance_max; /* max instance for current draw call */ member
Dnv50_vbo.c770 nv50->instance_max = info->instance_count - 1; in nv50_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.h222 uint32_t instance_max; /* last instance for current draw call */ member
Dnvc0_vbo.c208 *size = (nvc0->instance_max / div) * nvc0->vtxbuf[vbi].stride + in nvc0_user_vbuf_range()
935 nvc0->instance_max = info->instance_count - 1; in nvc0_draw_vbo()