Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c256 boolean tri_was_not_null = FALSE; in emit_poly() local
295 if ((tri_was_not_null && tri_null) || (last_tri_was_null && tri_null)) { in emit_poly()
301 tri_was_not_null = TRUE; in emit_poly()