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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c58 float fdtdy; /* sy */ member in struct:nearest_sampler
181 int yy = util_iround(samp->fsrc_y + samp->fdtdy * y);
208 int yy = util_iround(samp->fsrc_y + samp->fdtdy * y);
237 float yrow = samp->fsrc_y + samp->fdtdy * y;
278 samp->fdtdy = dtdy * texture->height * oow;
284 samp->fdtdy * y0 +
310 int isrc_y1 = util_iround(samp->fsrc_y + height * samp->fdtdy);
H A Dlp_linear_sampler.c767 float fdtdy = dtdy * height_oow; local in function:lp_linear_init_sampler
782 fdtdy * y0 +
788 samp->dtdy = float_to_fixed16(fdtdy);

Completed in 4 milliseconds