Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c65 struct tc_full_draw_info { struct
91 is_next_call_a_mergeable_draw(struct tc_full_draw_info *first_info, in is_next_call_a_mergeable_draw()
93 struct tc_full_draw_info **next_info) in is_next_call_a_mergeable_draw()
96 (*next_info = (struct tc_full_draw_info*)&next->payload) && in is_next_call_a_mergeable_draw()
121 struct tc_full_draw_info *first_info = in tc_batch_execute()
122 (struct tc_full_draw_info*)&first->payload; in tc_batch_execute()
123 struct tc_full_draw_info *next_info; in tc_batch_execute()
2199 struct tc_full_draw_info *info = (struct tc_full_draw_info*)payload; in tc_call_draw_vbo()
2211 static struct tc_full_draw_info *
2214 return (struct tc_full_draw_info*) in tc_add_draw_vbo()
[all …]