Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c318 boolean draw_start; in try_setup_line() local
377 draw_start = TRUE; in try_setup_line()
380 draw_start = FALSE; in try_setup_line()
383 draw_start = TRUE; in try_setup_line()
388 draw_start = (yintersect < 1.0 && yintersect > 0.0); in try_setup_line()
423 if (will_draw_start != draw_start) { in try_setup_line()
436 if (will_draw_start != draw_start) { in try_setup_line()
475 draw_start = TRUE; in try_setup_line()
478 draw_start = FALSE; in try_setup_line()
481 draw_start = TRUE; in try_setup_line()
[all …]
/external/igt-gpu-tools/lib/
Dpanfrost-job.h1026 u32 draw_start; member