Searched refs:lp_build_log2_safe (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h363 lp_build_log2_safe(struct lp_build_context *bld,
H A Dlp_bld_arit.c3232 return lp_build_mul(bld, log2, lp_build_log2_safe(bld, x));
3630 lp_build_log2_safe(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
H A Dlp_bld_tgsi_action.c1615 emit_data->output[emit_data->chan] = lp_build_log2_safe(&bld_base->base,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h362 lp_build_log2_safe(struct lp_build_context *bld,
H A Dlp_bld_arit.c3093 LLVMValueRef res = lp_build_exp2(bld, lp_build_mul(bld, lp_build_log2_safe(bld, x), y));
3147 return lp_build_mul(bld, log2, lp_build_log2_safe(bld, x));
3561 lp_build_log2_safe(struct lp_build_context *bld, function in typeref:typename:LLVMValueRef
H A Dlp_bld_tgsi_action.c1615 emit_data->output[emit_data->chan] = lp_build_log2_safe(&bld_base->base,
H A Dlp_bld_nir.c737 result = lp_build_log2_safe(get_flt_bld(bld_base, src_bit_size[0]), src[0]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c302 {"log2", &lp_build_log2_safe, &log2f, log2_values, ARRAY_SIZE(log2_values), 20.0 },
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c323 {"log2", &lp_build_log2_safe, &log2f, log2_values, ARRAY_SIZE(log2_values), 20.0 },
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst1596 - gallivm: use lp_build_log2_safe for pow

Completed in 30 milliseconds