Searched refs:first_info (Results 1 – 1 of 1) sorted by relevance
91 is_next_call_a_mergeable_draw(struct tc_full_draw_info *first_info, in is_next_call_a_mergeable_draw() argument98 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() local127 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 …]