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.h215 #define TC_MAX_BATCHES 10 macro
368 struct tc_batch batch_slots[TC_MAX_BATCHES];
Du_threaded_context.c76 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()