Home
last modified time | relevance | path

Searched refs:fixed_width (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c360 int fixed_width; in try_setup_point() local
383 fixed_width = MAX2(FIXED_ONE, subpixel_snap(size)); in try_setup_point()
385 x0 = subpixel_snap(v0[0][0] - pixel_offset) - fixed_width/2; in try_setup_point()
386 y0 = subpixel_snap(v0[0][1] - pixel_offset) - fixed_width/2; in try_setup_point()
389 x[1] = x0 + fixed_width; in try_setup_point()
391 y[1] = y0 + fixed_width; in try_setup_point()
418 fixed_width = MAX2(FIXED_ONE, in try_setup_point()
420 int_width = fixed_width >> FIXED_ORDER; in try_setup_point()
498 info.dx12 = fixed_width; in try_setup_point()
499 info.dy01 = fixed_width; in try_setup_point()
[all...]
H A Dlp_setup_line.c368 int fixed_width = util_iround(width) * FIXED_ONE; in try_setup_line() local
465 y[0] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) - fixed_width/2; in try_setup_line()
466 y[1] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) - fixed_width/2; in try_setup_line()
467 y[2] = subpixel_snap(v2[0][1] + y_offset_end - pixel_offset) + fixed_width/2; in try_setup_line()
468 y[3] = subpixel_snap(v1[0][1] + y_offset - pixel_offset) + fixed_width/2; in try_setup_line()
559 x[0] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) - fixed_width/2; in try_setup_line()
560 x[1] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) - fixed_width/2; in try_setup_line()
561 x[2] = subpixel_snap(v2[0][0] + x_offset_end - pixel_offset) + fixed_width/2; in try_setup_line()
562 x[3] = subpixel_snap(v1[0][0] + x_offset - pixel_offset) + fixed_width/2; in try_setup_line()
/third_party/backends/backend/
H A Dcanon_dr.h263 int fixed_width; /* some machines always scan full width */ member
H A Dcanon_dr.c1495 s->fixed_width = 1; in init_model()
1530 s->fixed_width = 1; in init_model()
1554 s->fixed_width = 1; in init_model()
1584 s->fixed_width = 1; in init_model()
1706 s->fixed_width = 1; in init_model()
1746 s->fixed_width = 1; in init_model()
1789 s->fixed_width = 1; in init_model()
1819 s->fixed_width = 1; in init_model()
1848 s->fixed_width = 1; in init_model()
1891 s->fixed_width in init_model()
[all...]

Completed in 8 milliseconds