OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instance_max
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
131
uint32_t
instance_max
; /* max instance for current draw call */
member in struct:nv50_context
nv50_vbo.c
725
nv50->
instance_max
= info->instance_count - 1;
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h
135
uint32_t
instance_max
; /* last instance for current draw call */
member in struct:nvc0_context
nvc0_vbo.c
205
*size = (nvc0->
instance_max
/ div) * nvc0->vtxbuf[vbi].stride +
794
nvc0->
instance_max
= info->instance_count - 1;
Completed in 67 milliseconds