Searched refs:tc_call (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h304 /* This is the second half of tc_call containing call data.
323 struct ALIGN16 tc_call { struct
346 struct tc_call call[TC_CALLS_PER_BATCH];
H A Du_threaded_context.c87 struct tc_call *last = &batch->call[batch->num_total_call_slots];
93 for (struct tc_call *iter = batch->call; iter != last;
133 unsigned total_size = offsetof(struct tc_call, payload) + payload_size;
134 unsigned num_call_slots = DIV_ROUND_UP(total_size, sizeof(struct tc_call));
146 struct tc_call *call = &next->call[next->num_total_call_slots];
2564 STATIC_ASSERT(sizeof(struct tc_call) <= 16);

Completed in 6 milliseconds