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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h328 boolean no_rho_approx; member in struct:lp_build_sample_context
H A Dlp_bld_sample_soa.c2832 bld.no_rho_approx = TRUE;
2934 if (bld.no_quad_lod && bld.no_rho_approx &&
3211 bld4.no_rho_approx = bld.no_rho_approx;
3240 if (bld4.no_quad_lod && bld4.no_rho_approx &&
H A Dlp_bld_sample.c237 boolean no_rho_opt = bld->no_rho_approx && (dims > 1);
761 boolean rho_squared = (bld->no_rho_approx &&
1639 * should be sqrt(2) with no_rho_approx or 2 otherwise (essentially measuring
1692 if (need_derivs && (derivs_in || (bld->no_quad_lod && bld->no_rho_approx))) {
1889 * (With no_rho_approx max error is sqrt(2) at edges, same as it is
1890 * without no_rho_approx for 2d textures, otherwise it would be factor 2.)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h380 boolean no_rho_approx; member in struct:lp_build_sample_context
H A Dlp_bld_sample_soa.c3362 bld.no_rho_approx = TRUE;
3447 if (bld.no_quad_lod && bld.no_rho_approx &&
3731 bld4.no_rho_approx = bld.no_rho_approx;
3761 if (bld4.no_quad_lod && bld4.no_rho_approx &&
H A Dlp_bld_sample.c362 boolean no_rho_opt = bld->no_rho_approx && (dims > 1);
887 boolean rho_squared = (bld->no_rho_approx &&
1776 * should be sqrt(2) with no_rho_approx or 2 otherwise (essentially measuring

Completed in 25 milliseconds