Searched refs:TC_MAX_BATCHES (Results 1 – 2 of 2) sorted by relevance
215 #define TC_MAX_BATCHES 10 macro368 struct tc_batch batch_slots[TC_MAX_BATCHES];
76 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in tc_debug_check()121 tc->next = (tc->next + 1) % TC_MAX_BATCHES; in tc_batch_flush()2459 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in tc_destroy()2549 if (!util_queue_init(&tc->queue, "gallium_drv", TC_MAX_BATCHES - 2, 1, 0)) in threaded_context_create()2552 for (unsigned i = 0; i < TC_MAX_BATCHES; i++) { in threaded_context_create()