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.c307 float x_offset_end=0; in try_setup_line() local
420 x_offset_end = - x1diff - 0.5; in try_setup_line()
421 y_offset_end = x_offset_end * dydx; in try_setup_line()
437 x_offset_end = - x2diff + 0.5; in try_setup_line()
438 y_offset_end = x_offset_end * dydx; in try_setup_line()
444 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset); in try_setup_line()
445 x[2] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset); in try_setup_line()
519 x_offset_end = y_offset_end * dxdy; in try_setup_line()
535 x_offset_end = y_offset_end * dxdy; in try_setup_line()
541 x[1] = subpixel_snap(v2[0][0] + x_offset_end - setup->pixel_offset) - fixed_width/2; in try_setup_line()
[all …]