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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs_linear.c 56 float fdsdy; /* sx */ member in struct:nearest_sampler
238 float xrow = samp->fsrc_x + samp->fdsdy * y;
276 samp->fdsdy = dsdy * texture->width * oow;
280 samp->fdsdy * y0 +
lp_linear_sampler.c 765 float fdsdy = dsdy * width_oow; local
778 fdsdy * y0 +
786 samp->dsdy = float_to_fixed16(fdsdy);

Completed in 8 milliseconds