Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c53 float fsrc_x; /* src_x0 */ member
187 int acc = samp->fsrc_x * 256 + 128; in fetch_row()
212 const float src_x0 = samp->fsrc_x; in fetch_row_clamped()
236 const float xrow = samp->fsrc_x + samp->fdsdy * y; in fetch_row_xy_clamped()
275 samp->fsrc_x = (samp->fdsdx * x0 + in init_nearest_sampler()
300 int isrc_x = util_iround(samp->fsrc_x); in init_nearest_sampler()
302 int isrc_x1 = util_iround(samp->fsrc_x + width * samp->fdsdx); in init_nearest_sampler()

Completed in 3 milliseconds