Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h325 ushort num_call_slots; member
Du_threaded_context.c94 iter += iter->num_call_slots) { in tc_batch_execute()
134 unsigned num_call_slots = DIV_ROUND_UP(total_size, sizeof(struct tc_call)); in tc_add_sized_call() local
138 if (unlikely(next->num_total_call_slots + num_call_slots > TC_CALLS_PER_BATCH)) { in tc_add_sized_call()
147 next->num_total_call_slots += num_call_slots; in tc_add_sized_call()
151 call->num_call_slots = num_call_slots; in tc_add_sized_call()