Home
last modified time | relevance | path

Searched refs:fixed16_approx (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c77 fixed16_approx(int x, int y, int tol) in fixed16_approx() function
520 if (!fixed16_approx(fixed16_frac(samp->s), FIXED16_HALF, FIXED16_TOL) || in sampler_is_nearest()
521 !fixed16_approx(fixed16_frac(samp->t), FIXED16_HALF, FIXED16_TOL)) in sampler_is_nearest()
527 if (!fixed16_approx(samp->dsdx, FIXED16_ONE, FIXED16_TOL_DERIV) || in sampler_is_nearest()
528 !fixed16_approx(samp->dtdy, FIXED16_ONE, FIXED16_TOL_DERIV)) in sampler_is_nearest()