Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c85 tc_batch_check(&tc->batch_slots[i]); in tc_debug_check()
86 tc_assert(tc->batch_slots[i].pipe == tc->pipe); in tc_debug_check()
174 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_batch_flush()
201 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_add_sized_call()
209 next = &tc->batch_slots[tc->next]; in tc_add_sized_call()
244 struct tc_batch *last = &tc->batch_slots[tc->last]; in tc_is_sync()
245 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_is_sync()
254 struct tc_batch *last = &tc->batch_slots[tc->last]; in _tc_sync()
255 struct tc_batch *next = &tc->batch_slots[tc->next]; in _tc_sync()
311 struct tc_batch *last = &tc->batch_slots[tc->last]; in threaded_context_flush()
[all …]
Du_threaded_context.h377 struct tc_batch batch_slots[TC_MAX_BATCHES]; member