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.c318 boolean draw_start; in try_setup_line() local
373 draw_start = TRUE; in try_setup_line()
376 draw_start = FALSE; in try_setup_line()
379 draw_start = TRUE; in try_setup_line()
384 draw_start = (yintersect < 1.0 && yintersect > 0.0); in try_setup_line()
419 if (will_draw_start != draw_start) { in try_setup_line()
432 if (will_draw_start != draw_start) { in try_setup_line()
471 draw_start = TRUE; in try_setup_line()
474 draw_start = FALSE; in try_setup_line()
477 draw_start = TRUE; in try_setup_line()
[all …]