Searched refs:TC_MAX_BATCHES (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h226 * so the queue size is TC_MAX_BATCHES - 2 = number of waiting batches.
232 #define TC_MAX_BATCHES 10 macro
246 #define TC_MAX_BUFFER_LISTS (TC_MAX_BATCHES * 4)
502 struct tc_batch batch_slots[TC_MAX_BATCHES];
H A Du_threaded_context.c84 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) {
280 tc->next = (tc->next + 1) % TC_MAX_BATCHES;
4142 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) {
4252 if (!util_queue_init(&tc->queue, "gdrv", TC_MAX_BATCHES - 2, 1, 0, NULL))
4255 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h209 * so the queue size is TC_MAX_BATCHES - 2 = number of waiting batches.
215 #define TC_MAX_BATCHES 10 macro
368 struct tc_batch batch_slots[TC_MAX_BATCHES];
H A Du_threaded_context.c76 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) {
121 tc->next = (tc->next + 1) % TC_MAX_BATCHES;
2524 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) {
2614 if (!util_queue_init(&tc->queue, "gdrv", TC_MAX_BATCHES - 2, 1, 0))
2617 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) {

Completed in 36 milliseconds