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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c121 #define get_next_call(ptr, type) ((struct type*)((uint64_t*)ptr + call_size(type))) macro
3013 struct tc_draw_single *next = get_next_call(first, tc_draw_single);
3035 next = get_next_call(next, tc_draw_single);
3037 next = get_next_call(next, tc_draw_single), num_draws++) {
3375 struct tc_draw_vstate_single *next = get_next_call(first, tc_draw_vstate_single);
3389 next = get_next_call(next, tc_draw_vstate_single);
3392 next = get_next_call(next, tc_draw_vstate_single),

Completed in 8 milliseconds