Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear.c58 float fdtdy; /* sy */ member
181 int yy = util_iround(samp->fsrc_y + samp->fdtdy * y); in fetch_row()
208 int yy = util_iround(samp->fsrc_y + samp->fdtdy * y); in fetch_row_clamped()
237 float yrow = samp->fsrc_y + samp->fdtdy * y; in fetch_row_xy_clamped()
278 samp->fdtdy = dtdy * texture->height * oow; in init_nearest_sampler()
284 samp->fdtdy * y0 + in init_nearest_sampler()
310 int isrc_y1 = util_iround(samp->fsrc_y + height * samp->fdtdy); in init_nearest_sampler()
Dlp_linear_sampler.c767 float fdtdy = dtdy * height_oow; in lp_linear_init_sampler() local
782 fdtdy * y0 + in lp_linear_init_sampler()
788 samp->dtdy = float_to_fixed16(fdtdy); in lp_linear_init_sampler()