Searched refs:batch_slots (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h368 struct tc_batch batch_slots[TC_MAX_BATCHES]; member in struct:threaded_context
H A Du_threaded_context.c77 tc_batch_check(&tc->batch_slots[i]);
78 tc_assert(tc->batch_slots[i].pipe == tc->pipe);
106 struct tc_batch *next = &tc->batch_slots[tc->next];
132 struct tc_batch *next = &tc->batch_slots[tc->next];
140 next = &tc->batch_slots[tc->next];
175 struct tc_batch *last = &tc->batch_slots[tc->last];
176 struct tc_batch *next = &tc->batch_slots[tc->next];
185 struct tc_batch *last = &tc->batch_slots[tc->last];
186 struct tc_batch *next = &tc->batch_slots[tc->next];
241 struct tc_batch *last = &tc->batch_slots[t
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h502 struct tc_batch batch_slots[TC_MAX_BATCHES]; member in struct:threaded_context
H A Du_threaded_context.c85 tc_batch_check(&tc->batch_slots[i]);
86 tc_assert(tc->batch_slots[i].tc == tc);
249 tc->batch_slots[tc->next].buffer_list_index = tc->next_buf_list;
264 struct tc_batch *next = &tc->batch_slots[tc->next];
292 struct tc_batch *next = &tc->batch_slots[tc->next];
298 next = &tc->batch_slots[tc->next];
331 struct tc_batch *last = &tc->batch_slots[tc->last];
332 struct tc_batch *next = &tc->batch_slots[tc->next];
341 struct tc_batch *last = &tc->batch_slots[tc->last];
342 struct tc_batch *next = &tc->batch_slots[t
[all...]

Completed in 10 milliseconds