Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c317 boolean draw_end; in try_setup_line() local
390 draw_end = FALSE; in try_setup_line()
393 draw_end = FALSE; in try_setup_line()
396 draw_end = TRUE; in try_setup_line()
401 draw_end = (yintersect < 1.0 && yintersect > 0.0); in try_setup_line()
422 if (will_draw_end != draw_end) { in try_setup_line()
434 if (will_draw_end != draw_end) { in try_setup_line()
487 draw_end = FALSE; in try_setup_line()
490 draw_end = FALSE; in try_setup_line()
493 draw_end = TRUE; in try_setup_line()
[all …]