Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c127 #define get_next_call(ptr, type) ((struct type*)((uint64_t*)ptr + call_size(type))) macro
3182 struct tc_draw_single *next = get_next_call(first, tc_draw_single); in tc_call_draw_single()
3204 next = get_next_call(next, tc_draw_single); in tc_call_draw_single()
3206 next = get_next_call(next, tc_draw_single), num_draws++) { in tc_call_draw_single()
3561 struct tc_draw_vstate_single *next = get_next_call(first, tc_draw_vstate_single); in tc_call_draw_vstate_single()
3575 next = get_next_call(next, tc_draw_vstate_single); in tc_call_draw_vstate_single()
3578 next = get_next_call(next, tc_draw_vstate_single), in tc_call_draw_vstate_single()