Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear.c57 float fdtdx; /* sy */ member
243 int yy = util_iround(yrow + samp->fdtdx * i); in fetch_row_xy_clamped()
277 samp->fdtdx = dtdx * texture->height * oow; in init_nearest_sampler()
283 samp->fsrc_y = (samp->fdtdx * x0 + in init_nearest_sampler()
Dlp_linear_sampler.c766 float fdtdx = dtdx * height_oow; in lp_linear_init_sampler() local
781 samp->t = float_to_fixed16(fdtdx * x0 + in lp_linear_init_sampler()
787 samp->dtdx = float_to_fixed16(fdtdx); in lp_linear_init_sampler()