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.c298 float x_offset_end=0; in try_setup_line() local
403 x_offset_end = - x1diff - 0.5; in try_setup_line()
404 y_offset_end = x_offset_end * dydx; in try_setup_line()
420 x_offset_end = - x2diff + 0.5; in try_setup_line()
421 y_offset_end = x_offset_end * dydx; in try_setup_line()
427 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset); in try_setup_line()
428 x[2] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset); in try_setup_line()
502 x_offset_end = y_offset_end * dxdy; in try_setup_line()
518 x_offset_end = y_offset_end * dxdy; in try_setup_line()
524 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset) - fixed_width/2; in try_setup_line()
[all …]