Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h246 #define TC_MAX_BUFFER_LISTS (TC_MAX_BATCHES * 4) macro
486 struct util_queue_fence *signal_fences_next_flush[TC_MAX_BUFFER_LISTS];
503 struct tc_buffer_list buffer_lists[TC_MAX_BUFFER_LISTS];
Du_threaded_context.c232 unsigned half_ring = TC_MAX_BUFFER_LISTS / 2; in tc_batch_execute()
247 tc->next_buf_list = (tc->next_buf_list + 1) % TC_MAX_BUFFER_LISTS; in tc_begin_next_buffer_list()
657 for (unsigned i = 0; i < TC_MAX_BUFFER_LISTS; i++) { in tc_is_buffer_busy()
4152 for (unsigned i = 0; i < TC_MAX_BUFFER_LISTS; i++) { in tc_destroy()
4262 for (unsigned i = 0; i < TC_MAX_BUFFER_LISTS; i++) in threaded_context_create()