Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h217 #define TC_MAX_BATCHES 10 macro
377 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()
190 tc->next = (tc->next + 1) % TC_MAX_BATCHES; in tc_batch_flush()
2676 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in tc_destroy()
2766 if (!util_queue_init(&tc->queue, "gdrv", TC_MAX_BATCHES - 2, 1, 0)) in threaded_context_create()
2769 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in threaded_context_create()