Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3095 struct tc_draw_single { struct
3102 struct tc_draw_single base; argument
3110 struct tc_draw_single *info = &info_drawid->base; in tc_call_draw_single_drawid()
3158 is_next_call_a_mergeable_draw(struct tc_draw_single *first, in is_next_call_a_mergeable_draw()
3159 struct tc_draw_single *next) in is_next_call_a_mergeable_draw()
3180 struct tc_draw_single *first = to_call(call, tc_draw_single); in tc_call_draw_single()
3181 struct tc_draw_single *last = (struct tc_draw_single *)last_ptr; in tc_call_draw_single()
3182 struct tc_draw_single *next = get_next_call(first, tc_draw_single); in tc_call_draw_single()
3191 struct pipe_draw_start_count_bias multi[TC_SLOTS_PER_BATCH / call_size(tc_draw_single)]; in tc_call_draw_single()
3204 next = get_next_call(next, tc_draw_single); in tc_call_draw_single()
[all …]