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
396 draw_end = FALSE; in try_setup_line()
399 draw_end = FALSE; in try_setup_line()
402 draw_end = TRUE; in try_setup_line()
407 draw_end = (yintersect < 1.0 && yintersect > 0.0); in try_setup_line()
428 if (will_draw_end != draw_end) { in try_setup_line()
440 if (will_draw_end != draw_end) { in try_setup_line()
493 draw_end = FALSE; in try_setup_line()
496 draw_end = FALSE; in try_setup_line()
499 draw_end = TRUE; in try_setup_line()
[all …]