Searched refs:fixed16_approx (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler.c | 74 fixed16_approx(int x, int y, int tol) in fixed16_approx() function 717 if (!fixed16_approx(fixed16_frac(samp->s), FIXED16_HALF, FIXED16_TOL) || in sampler_is_nearest() 718 !fixed16_approx(fixed16_frac(samp->t), FIXED16_HALF, FIXED16_TOL)) in sampler_is_nearest() 724 if (!fixed16_approx(samp->dsdx, FIXED16_ONE, FIXED16_TOL_DERIV) || in sampler_is_nearest() 725 !fixed16_approx(samp->dtdy, FIXED16_ONE, FIXED16_TOL_DERIV)) in sampler_is_nearest()
|