Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_swtnl_t.c31 #define SWTNL_VBO_SIZE 65536 macro
158 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()