Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c96 GLuint dstelt_nr; member
123 copy->dstelt_nr & 1) { /* see bug9962 */ in check_flush()
130 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush()
181 copy->dstib.count = copy->dstelt_nr; in flush()
213 copy->dstelt_nr = 0; in flush()
292 copy->dstelt[copy->dstelt_nr++] = copy->vert_cache[slot].out; in elt()
306 prim->count = copy->dstelt_nr - prim->start; in end()
534 copy->dstelt_nr = 0; in replay_init()