Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c308 boolean draw_start; in try_setup_line() local
356 draw_start = TRUE; in try_setup_line()
359 draw_start = FALSE; in try_setup_line()
362 draw_start = TRUE; in try_setup_line()
367 draw_start = (yintersect < 1.0 && yintersect > 0.0); in try_setup_line()
402 if (will_draw_start != draw_start) { in try_setup_line()
415 if (will_draw_start != draw_start) { in try_setup_line()
454 draw_start = TRUE; in try_setup_line()
457 draw_start = FALSE; in try_setup_line()
460 draw_start = TRUE; in try_setup_line()
[all …]