HomeSort by relevance Sort by last modified time
    Searched refs:tc_call (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_threaded_context.h 304 /* 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];
u_threaded_context.c 87 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];
    [all...]

Completed in 125 milliseconds