Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c3158 is_next_call_a_mergeable_draw(struct tc_draw_single *first, in is_next_call_a_mergeable_draw() function
3189 if (is_next_call_a_mergeable_draw(first, next)) { in tc_call_draw_single()
3205 for (; next != last && is_next_call_a_mergeable_draw(first, next); in tc_call_draw_single()