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.h328 ushort num_call_slots; member
Du_threaded_context.c120 struct tc_call *next = first + first->num_call_slots; in tc_batch_execute()
144 next = next + next->num_call_slots; in tc_batch_execute()
147 next += next->num_call_slots, num_draws++) { in tc_batch_execute()
164 iter += iter->num_call_slots; in tc_batch_execute()
203 unsigned num_call_slots = DIV_ROUND_UP(total_size, sizeof(struct tc_call)); in tc_add_sized_call() local
207 if (unlikely(next->num_total_call_slots + num_call_slots > TC_CALLS_PER_BATCH)) { in tc_add_sized_call()
216 next->num_total_call_slots += num_call_slots; in tc_add_sized_call()
220 call->num_call_slots = num_call_slots; in tc_add_sized_call()