Home
last modified time | relevance | path

Searched defs:will_draw_end (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c422 bool will_draw_end = (sign(x2diff) == sign(-dx)) || x2diff==0; in try_setup_line() local
522 bool will_draw_end = (sign(-y2diff) == sign(dy)) || y2diff==0; in try_setup_line() local

Completed in 3 milliseconds