Searched refs:dstbuf_size (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split_copy.c93 GLuint dstbuf_size; /**< in vertices */ member in struct:copy_context
135 if (copy->dstbuf_nr + 4 > copy->dstbuf_size)
509 copy->dstbuf_size = copy->limits->max_verts;
512 copy->dstbuf_size = copy->limits->max_vb_size / copy->vertex_size;
519 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split_copy.c93 GLuint dstbuf_size; /**< in vertices */ member in struct:copy_context
135 if (copy->dstbuf_nr + 4 > copy->dstbuf_size)
509 copy->dstbuf_size = copy->limits->max_verts;
512 copy->dstbuf_size = copy->limits->max_vb_size / copy->vertex_size;
519 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size);

Completed in 3 milliseconds