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.c316 boolean draw_start; in try_setup_line() local
371 draw_start = TRUE; in try_setup_line()
374 draw_start = FALSE; in try_setup_line()
377 draw_start = TRUE; in try_setup_line()
382 draw_start = (yintersect < 1.0 && yintersect > 0.0); in try_setup_line()
417 if (will_draw_start != draw_start) { in try_setup_line()
430 if (will_draw_start != draw_start) { in try_setup_line()
469 draw_start = TRUE; in try_setup_line()
472 draw_start = FALSE; in try_setup_line()
475 draw_start = TRUE; in try_setup_line()
[all …]