Searched refs:SWTNL_VBO_SIZE (Results 1 – 1 of 1) sorted by relevance
31 #define SWTNL_VBO_SIZE 65536 macro158 swtnl->buf = nouveau_get_scratch(ctx, SWTNL_VBO_SIZE, &swtnl->vbo, in swtnl_alloc_vertices()259 if (swtnl->vertex_count + (n) > SWTNL_VBO_SIZE/vertex_len \279 count = MIN2(SWTNL_VBO_SIZE / vertex_len, last - first); in swtnl_points()