HomeSort by relevance Sort by last modified time
    Searched refs:lodf_bld (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 222 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->one)
    [all...]
lp_bld_sample.h 373 struct lp_build_context lodf_bld; member in struct:lp_build_sample_context
lp_bld_sample_soa.c     [all...]
lp_bld_sample_aos.c     [all...]

Completed in 51 milliseconds