HomeSort by: relevance | last modified time | path
    Searched refs:fdtdy (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs_linear.c 58 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);
lp_linear_sampler.c 767 float fdtdy = dtdy * height_oow; local
782 fdtdy * y0 +
788 samp->dtdy = float_to_fixed16(fdtdy);

Completed in 6 milliseconds