Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c77 unsigned vbuf_slot; member
305 if (ctx->vbuf_slot >= max_slots) { in get_next_slot()
307 ctx->vbuf_slot = 0; in get_next_slot()
317 return ctx->vbuf_slot++ * sizeof ctx->vertices; in get_next_slot()
Du_gen_mipmap.c75 unsigned vbuf_slot; member
1383 if (ctx->vbuf_slot >= max_slots) { in get_next_slot()
1385 ctx->vbuf_slot = 0; in get_next_slot()
1395 return ctx->vbuf_slot++ * sizeof ctx->vertices; in get_next_slot()