Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h232 #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];
Du_threaded_context.c84 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in tc_debug_check()
280 tc->next = (tc->next + 1) % TC_MAX_BATCHES; in tc_batch_flush()
4142 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in tc_destroy()
4252 if (!util_queue_init(&tc->queue, "gdrv", TC_MAX_BATCHES - 2, 1, 0, NULL)) in threaded_context_create()
4255 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in threaded_context_create()