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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 373 struct lp_build_context lodf_bld; member in struct:lp_build_sample_context
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...]

Completed in 54 milliseconds