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.c95 GLuint dstelt_nr; member
122 copy->dstelt_nr & 1) { /* see bug9962 */ in check_flush()
129 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush()
180 copy->dstib.count = copy->dstelt_nr; in flush()
212 copy->dstelt_nr = 0; in flush()
299 copy->dstelt[copy->dstelt_nr++] = copy->vert_cache[slot].out; in elt()
315 prim->count = copy->dstelt_nr - prim->start; in end()
544 copy->dstelt_nr = 0; in replay_init()