Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c278 boolean tri_null; in emit_poly() local
291 tri_null = is_tri_null(clipper, &header); in emit_poly()
295 if ((tri_was_not_null && tri_null) || (last_tri_was_null && tri_null)) { in emit_poly()
296 last_tri_was_null = tri_null; in emit_poly()
299 last_tri_was_null = tri_null; in emit_poly()
300 if (!tri_null) { in emit_poly()