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 D | lp_bld_arit.h | 363 lp_build_log2_safe(struct lp_build_context *bld,
|
| H A D | lp_bld_arit.c | 3232 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 D | lp_bld_tgsi_action.c | 1615 emit_data->output[emit_data->chan] = lp_build_log2_safe(&bld_base->base,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_arit.h | 362 lp_build_log2_safe(struct lp_build_context *bld,
|
| H A D | lp_bld_arit.c | 3093 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 D | lp_bld_tgsi_action.c | 1615 emit_data->output[emit_data->chan] = lp_build_log2_safe(&bld_base->base,
|
| H A D | lp_bld_nir.c | 737 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 D | lp_test_arit.c | 302 {"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 D | lp_test_arit.c | 323 {"log2", &lp_build_log2_safe, &log2f, log2_values, ARRAY_SIZE(log2_values), 20.0 },
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 1596 - gallivm: use lp_build_log2_safe for pow
|
Completed in 30 milliseconds