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.c319 boolean draw_end; in try_setup_line() local
392 draw_end = FALSE; in try_setup_line()
395 draw_end = FALSE; in try_setup_line()
398 draw_end = TRUE; in try_setup_line()
403 draw_end = (yintersect < 1.0 && yintersect > 0.0); in try_setup_line()
424 if (will_draw_end != draw_end) { in try_setup_line()
436 if (will_draw_end != draw_end) { in try_setup_line()
489 draw_end = FALSE; in try_setup_line()
492 draw_end = FALSE; in try_setup_line()
495 draw_end = TRUE; in try_setup_line()
[all …]