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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c251 struct lp_build_context *pmin_bld = &bld->lodf_bld;
347 struct lp_build_context *rho_bld = &bld->lodf_bld;
842 struct lp_build_context *lodf_bld = &bld->lodf_bld; local in function:lp_build_lod_selector
847 *out_lod_fpart = lodf_bld->zero;
875 lod = lp_build_broadcast_scalar(lodf_bld, min_lod);
881 lodf_bld->type, explicit_lod, 0);
919 *out_lod_ipart = lp_build_ilog2_sqrt(lodf_bld, rho);
922 *out_lod_ipart = lp_build_ilog2(lodf_bld, rho);
924 *out_lod_positive = lp_build_cmp(lodf_bld, PIPE_FUNC_GREATE
[all...]
H A Dlp_bld_sample_soa.c1845 lod_fpart, bld->lodf_bld.zero,
1855 need_lerp = lp_build_compare(bld->gallivm, bld->lodf_bld.type,
1857 lod_fpart, bld->lodf_bld.zero);
1869 lod_fpart = lp_build_max(&bld->lodf_bld, lod_fpart,
1870 bld->lodf_bld.zero);
1899 bld->lodf_bld.type,
1994 lod_fpart = lp_build_max(&bld->lodf_bld, lod_fpart,
1995 bld->lodf_bld.zero);
2017 bld->lodf_bld.type,
2610 last_level = lp_build_broadcast_scalar(&bld->lodf_bld, last_leve
[all...]
H A Dlp_bld_sample.h432 struct lp_build_context lodf_bld; member in struct:lp_build_sample_context
H A Dlp_bld_sample_aos.c998 bld->lodf_bld.type, 256.0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c222 struct lp_build_context *rho_bld = &bld->lodf_bld;
716 struct lp_build_context *lodf_bld = &bld->lodf_bld; local in function:lp_build_lod_selector
721 *out_lod_fpart = lodf_bld->zero;
749 lod = lp_build_broadcast_scalar(lodf_bld, min_lod);
755 lodf_bld->type, explicit_lod, 0);
787 *out_lod_ipart = lp_build_ilog2_sqrt(lodf_bld, rho);
790 *out_lod_ipart = lp_build_ilog2(lodf_bld, rho);
792 *out_lod_positive = lp_build_cmp(lodf_bld, PIPE_FUNC_GREATER,
793 rho, lodf_bld
[all...]
H A Dlp_bld_sample_soa.c1809 lod_fpart, bld->lodf_bld.zero,
1819 need_lerp = lp_build_compare(bld->gallivm, bld->lodf_bld.type,
1821 lod_fpart, bld->lodf_bld.zero);
1833 lod_fpart = lp_build_max(&bld->lodf_bld, lod_fpart,
1834 bld->lodf_bld.zero);
1863 bld->lodf_bld.type,
1958 lod_fpart = lp_build_max(&bld->lodf_bld, lod_fpart,
1959 bld->lodf_bld.zero);
1981 bld->lodf_bld.type,
2142 last_level = lp_build_broadcast_scalar(&bld->lodf_bld, last_leve
[all...]
H A Dlp_bld_sample.h379 struct lp_build_context lodf_bld; member in struct:lp_build_sample_context
H A Dlp_bld_sample_aos.c1007 bld->lodf_bld.type, 256.0);

Completed in 24 milliseconds