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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_swtnl_t.c31 #define SWTNL_VBO_SIZE 65536 macro
158 swtnl->buf = nouveau_get_scratch(ctx, SWTNL_VBO_SIZE, &swtnl->vbo,
259 if (swtnl->vertex_count + (n) > SWTNL_VBO_SIZE/vertex_len \
279 count = MIN2(SWTNL_VBO_SIZE / vertex_len, last - first);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_swtnl_t.c31 #define SWTNL_VBO_SIZE 65536 macro
158 swtnl->buf = nouveau_get_scratch(ctx, SWTNL_VBO_SIZE, &swtnl->vbo,
259 if (swtnl->vertex_count + (n) > SWTNL_VBO_SIZE/vertex_len \
279 count = MIN2(SWTNL_VBO_SIZE / vertex_len, last - first);

Completed in 3 milliseconds