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

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c222 struct lp_build_context *rho_bld = &bld->lodf_bld;
714 struct lp_build_context *lodf_bld = &bld->lodf_bld; local
719 *out_lod_fpart = lodf_bld->zero;
747 lod = lp_build_broadcast_scalar(lodf_bld, min_lod);
753 lodf_bld->type, explicit_lod, 0);
785 *out_lod_ipart = lp_build_ilog2_sqrt(lodf_bld, rho);
788 *out_lod_ipart = lp_build_ilog2(lodf_bld, rho);
790 *out_lod_positive = lp_build_cmp(lodf_bld, PIPE_FUNC_GREATER,
791 rho, lodf_bld
[all...]
H A Dlp_bld_sample.h373 struct lp_build_context lodf_bld; member in struct:lp_build_sample_context
H A Dlp_bld_sample_soa.c1565 lod_fpart, bld->lodf_bld.zero,
1575 need_lerp = lp_build_compare(bld->gallivm, bld->lodf_bld.type,
1577 lod_fpart, bld->lodf_bld.zero);
1588 lod_fpart = lp_build_max(&bld->lodf_bld, lod_fpart,
1589 bld->lodf_bld.zero);
1618 bld->lodf_bld.type,
1712 lod_fpart = lp_build_max(&bld->lodf_bld, lod_fpart,
1713 bld->lodf_bld.zero);
1735 bld->lodf_bld.type,
2716 lp_build_context_init(&bld.lodf_bld, galliv
[all...]
H A Dlp_bld_sample_aos.c1473 bld->lodf_bld.type, 256.0);

Completed in 155 milliseconds