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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c2989 is_next_call_a_mergeable_draw(struct tc_draw_single *first, function in typeref:typename:bool
3020 if (is_next_call_a_mergeable_draw(first, next)) {
3036 for (; next != last && is_next_call_a_mergeable_draw(first, next);

Completed in 7 milliseconds