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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c53 float fsrc_x; /* src_x0 */ member in struct:nearest_sampler
186 int acc = samp->fsrc_x * 256 + 128;
214 float src_x0 = samp->fsrc_x;
238 float xrow = samp->fsrc_x + samp->fdsdy * y;
279 samp->fsrc_x = (samp->fdsdx * x0 +
307 int isrc_x = util_iround(samp->fsrc_x);
309 int isrc_x1 = util_iround(samp->fsrc_x + width * samp->fdsdx);

Completed in 2 milliseconds