Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c91 is_next_call_a_mergeable_draw(struct tc_full_draw_info *first_info, in is_next_call_a_mergeable_draw() argument
98 memcmp((uint32_t*)&first_info->draw + 2, in is_next_call_a_mergeable_draw()
121 struct tc_full_draw_info *first_info = in tc_batch_execute() local
127 first_info->draw.drawid == 0 && in tc_batch_execute()
128 !first_info->draw.indirect && in tc_batch_execute()
129 !first_info->draw.count_from_stream_output && in tc_batch_execute()
130 is_next_call_a_mergeable_draw(first_info, next, &next_info)) { in tc_batch_execute()
135 multi[0].start = first_info->draw.start; in tc_batch_execute()
136 multi[0].count = first_info->draw.count; in tc_batch_execute()
146 is_next_call_a_mergeable_draw(first_info, next, &next_info); in tc_batch_execute()
[all …]