Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c57 float fdtdx; /* sy */ member
240 int yy = util_iround(yrow + samp->fdtdx * i); in fetch_row_xy_clamped()
273 samp->fdtdx = dtdx * texture->height * oow; in init_nearest_sampler()
279 samp->fsrc_y = (samp->fdtdx * x0 + in init_nearest_sampler()
H A Dlp_linear_sampler.c749 float fdtdx = dtdx * height_oow; in lp_linear_init_sampler() local
764 samp->t = float_to_fixed16(fdtdx * x0 + in lp_linear_init_sampler()
770 samp->dtdx = float_to_fixed16(fdtdx); in lp_linear_init_sampler()

Completed in 4 milliseconds