Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_draw.c284 assert(exec->vtx.buffer_used <= VBO_VERT_BUFFER_SIZE); in vbo_exec_vtx_unmap()
315 if (VBO_VERT_BUFFER_SIZE > exec->vtx.buffer_used + 1024) { in vbo_exec_vtx_map()
321 (VBO_VERT_BUFFER_SIZE - in vbo_exec_vtx_map()
337 VBO_VERT_BUFFER_SIZE, in vbo_exec_vtx_map()
342 0, VBO_VERT_BUFFER_SIZE, in vbo_exec_vtx_map()
436 exec->vtx.max_vert = ((VBO_VERT_BUFFER_SIZE - exec->vtx.buffer_used) / in vbo_exec_vtx_flush()
Dvbo_exec.h52 #define VBO_VERT_BUFFER_SIZE (1024*64) /* bytes */ macro
Dvbo_exec_api.c283 exec->vtx.max_vert = ((VBO_VERT_BUFFER_SIZE - exec->vtx.buffer_used) / in vbo_exec_wrap_upgrade_vertex()
1147 GLsizei size = VBO_VERT_BUFFER_SIZE; in vbo_use_buffer_objects()
1195 exec->vtx.buffer_map = (GLfloat *)_mesa_align_malloc(VBO_VERT_BUFFER_SIZE, 64); in vbo_exec_vtx_init()