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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h359 lp_build_log2(struct lp_build_context *bld,
H A Dlp_bld_tgsi_aos.c582 dst0 = lp_build_log2(&bld->bld_base.base, tmp0);
H A Dlp_bld_arit.c3181 return lp_build_exp2(bld, lp_build_mul(bld, lp_build_log2(bld, x), y));
3216 return lp_build_mul(bld, log2, lp_build_log2(bld, x));
3616 lp_build_log2(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
H A Dlp_bld_sample.c813 lod = lp_build_log2(lodf_bld, rho);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h358 lp_build_log2(struct lp_build_context *bld,
H A Dlp_bld_tgsi_aos.c582 dst0 = lp_build_log2(&bld->bld_base.base, tmp0);
H A Dlp_bld_arit.c3131 return lp_build_mul(bld, log2, lp_build_log2(bld, x));
3547 lp_build_log2(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
H A Dlp_bld_sample.c946 lod = lp_build_log2(lodf_bld, rho);

Completed in 138 milliseconds