Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c412 bool will_draw_start; in try_setup_line() local
427 will_draw_start = x1diff <= 0.f; in try_setup_line()
428 if (will_draw_start != draw_start) { in try_setup_line()
442 will_draw_start = x1diff > 0.f; in try_setup_line()
443 if (will_draw_start != draw_start) { in try_setup_line()
511 bool will_draw_start; in try_setup_line() local
525 will_draw_start = y1diff >= 0.f; in try_setup_line()
528 will_draw_start = y1diff > 0.f; in try_setup_line()
534 if (will_draw_start != draw_start) { in try_setup_line()
545 will_draw_start = y1diff < 0.f; in try_setup_line()
[all …]