Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h427 struct tc_batch { struct
537 struct tc_batch batch_slots[TC_MAX_BATCHES];
Du_threaded_context.c81 tc_batch_check(UNUSED struct tc_batch *batch) in tc_batch_check()
193 struct tc_batch *batch = job; in tc_batch_execute()
262 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_batch_flush()
290 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_add_sized_call()
329 struct tc_batch *last = &tc->batch_slots[tc->last]; in tc_is_sync()
330 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_is_sync()
339 struct tc_batch *last = &tc->batch_slots[tc->last]; in _tc_sync()
340 struct tc_batch *next = &tc->batch_slots[tc->next]; in _tc_sync()
397 struct tc_batch *last = &tc->batch_slots[tc->last]; in threaded_context_flush()
3057 struct tc_batch *next = &tc->batch_slots[tc->next]; in tc_flush()
[all …]