Searched refs:buf_list (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c252 struct tc_buffer_list *buf_list = &tc->buffer_lists[tc->next_buf_list]; local in function:tc_begin_next_buffer_list
253 assert(util_queue_fence_is_signalled(&buf_list->driver_flushed_fence));
254 util_queue_fence_reset(&buf_list->driver_flushed_fence); /* set to unsignalled */
255 BITSET_ZERO(buf_list->buffer_list);
658 struct tc_buffer_list *buf_list = &tc->buffer_lists[i]; local in function:tc_is_buffer_busy
662 if (!util_queue_fence_is_signalled(&buf_list->driver_flushed_fence) &&
663 BITSET_TEST(buf_list->buffer_list, id_hash))

Completed in 7 milliseconds