Searched refs:VBO_VERT_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
303 assert(exec->vtx.buffer_used <= VBO_VERT_BUFFER_SIZE); in vbo_exec_vtx_unmap()334 if (VBO_VERT_BUFFER_SIZE > exec->vtx.buffer_used + 1024) { in vbo_exec_vtx_map()340 VBO_VERT_BUFFER_SIZE in vbo_exec_vtx_map()357 VBO_VERT_BUFFER_SIZE, in vbo_exec_vtx_map()366 0, VBO_VERT_BUFFER_SIZE, in vbo_exec_vtx_map()
52 #define VBO_VERT_BUFFER_SIZE (1024*64) /* bytes */ macro
235 unsigned n = (VBO_VERT_BUFFER_SIZE - exec->vtx.buffer_used) / in vbo_compute_max_verts()
1125 GLsizei size = VBO_VERT_BUFFER_SIZE; in vbo_use_buffer_objects()1177 exec->vtx.buffer_map = _mesa_align_malloc(VBO_VERT_BUFFER_SIZE, 64); in vbo_exec_vtx_init()