Home | History | Annotate | Download | only in util

Lines Matching defs:max_slots

1381    const unsigned max_slots = 4096 / sizeof ctx->vertices;
1383 if (ctx->vbuf_slot >= max_slots) {
1392 max_slots * sizeof ctx->vertices);