Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c78 tc_assert(batch->num_total_slots <= TC_SLOTS_PER_BATCH); in tc_batch_check()
197 uint64_t *last = &batch->slots[batch->num_total_slots]; in tc_batch_execute()
241 batch->num_total_slots = 0; in tc_batch_execute()
266 tc_assert(next->num_total_slots != 0); in tc_batch_flush()
270 p_atomic_add(&tc->num_offloaded_slots, next->num_total_slots); in tc_batch_flush()
296 if (unlikely(next->num_total_slots + num_slots > TC_SLOTS_PER_BATCH)) { in tc_add_sized_call()
299 tc_assert(next->num_total_slots == 0); in tc_add_sized_call()
304 struct tc_call_base *call = (struct tc_call_base*)&next->slots[next->num_total_slots]; in tc_add_sized_call()
305 next->num_total_slots += num_slots; in tc_add_sized_call()
335 !next->num_total_slots; in tc_is_sync()
[all …]
Du_threaded_context.h396 uint16_t num_total_slots; member