Searched refs:dstbuf_size (Results 1 – 1 of 1) sorted by relevance
93 GLuint dstbuf_size; /**< in vertices */ member135 if (copy->dstbuf_nr + 4 > copy->dstbuf_size) in check_flush()509 copy->dstbuf_size = copy->limits->max_verts; in replay_init()512 copy->dstbuf_size = copy->limits->max_vb_size / copy->vertex_size; in replay_init()519 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size); in replay_init()