Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_line.c305 float x_offset_end=0; in try_setup_line() local
418 x_offset_end = - x1diff - 0.5; in try_setup_line()
419 y_offset_end = x_offset_end * dydx; in try_setup_line()
435 x_offset_end = - x2diff + 0.5; in try_setup_line()
436 y_offset_end = x_offset_end * dydx; in try_setup_line()
442 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset); in try_setup_line()
443 x[2] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset); in try_setup_line()
517 x_offset_end = y_offset_end * dxdy; in try_setup_line()
533 x_offset_end = y_offset_end * dxdy; in try_setup_line()
539 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset) - fixed_width/2; in try_setup_line()
[all …]