Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h340 struct tc_batch { struct
368 struct tc_batch batch_slots[TC_MAX_BATCHES]; argument
Du_threaded_context.c67 tc_batch_check(MAYBE_UNUSED struct tc_batch *batch) in tc_batch_check()
85 struct tc_batch *batch = job; in tc_batch_execute()
106 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_batch_flush()
132 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_add_sized_call()
175 struct tc_batch *last = &tc->batch_slots[tc->last]; in tc_is_sync()
176 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_is_sync()
185 struct tc_batch *last = &tc->batch_slots[tc->last]; in _tc_sync()
186 struct tc_batch *next = &tc->batch_slots[tc->next]; in _tc_sync()
241 struct tc_batch *last = &tc->batch_slots[tc->last]; in threaded_context_flush()
1931 struct tc_batch *last = &tc->batch_slots[tc->last]; in tc_flush()
[all …]