Home
last modified time | relevance | path

Searched refs:dstprim_nr (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_split_inplace.c60 GLuint dstprim_nr; member
73 if (!split->dstprim_nr) in flush_vertex()
84 for (i = 0; i < split->dstprim_nr; i++) in flush_vertex()
93 split->dstprim_nr, in flush_vertex()
101 split->dstprim_nr = 0; in flush_vertex()
110 if (split->dstprim_nr == MAX_PRIM-1) { in next_outprim()
115 struct _mesa_prim *prim = &split->dstprim[split->dstprim_nr++]; in next_outprim()
Dt_split_copy.c104 GLuint dstprim_nr; member
128 GLenum mode = copy->dstprim[copy->dstprim_nr].mode; in check_flush()
194 copy->dstprim_nr, in flush()
203 copy->dstprim_nr, in flush()
213 copy->dstprim_nr = 0; in flush()
231 struct _mesa_prim *prim = &copy->dstprim[copy->dstprim_nr]; in begin()
306 struct _mesa_prim *prim = &copy->dstprim[copy->dstprim_nr]; in end()
311 if (++copy->dstprim_nr == MAX_PRIM || check_flush(copy)) { in end()
416 if (copy->dstprim_nr) in replay_elts()