Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/tnl/
Dt_split_copy.c100 GLuint dstelt_size; member
138 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush()
543 copy->dstelt_size = MIN2(65536, copy->ib->count * 2 + 3); in replay_init()
544 copy->dstelt_size = MIN2(copy->dstelt_size, copy->limits->max_indices); in replay_init()
545 copy->dstelt = malloc(sizeof(GLuint) * copy->dstelt_size); in replay_init()