Searched refs:TC_MAX_BATCHES (Results 1 – 2 of 2) sorted by relevance
217 #define TC_MAX_BATCHES 10 macro377 struct tc_batch batch_slots[TC_MAX_BATCHES];
84 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()