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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs_linear.c 55 float fdsdx; /* sx */ member in struct:nearest_sampler
185 int iscale_x = samp->fdsdx * 256;
215 float scale_x = samp->fdsdx;
244 int xx = util_iround(xrow + samp->fdsdx * i);
275 samp->fdsdx = dsdx * texture->width * oow;
279 samp->fsrc_x = (samp->fdsdx * x0 +
309 int isrc_x1 = util_iround(samp->fsrc_x + width * samp->fdsdx);
lp_linear_sampler.c 764 float fdsdx = dsdx * width_oow; local
777 samp->s = float_to_fixed16(fdsdx * x0 +
785 samp->dsdx = float_to_fixed16(fdsdx);

Completed in 4 milliseconds