Searched refs:lp_build_mul_norm (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend.c | 139 *resl = lp_build_mul_norm(bld->gallivm, wide_type, al, bl); in lp_build_mul_norm_expand() 140 *resh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh); in lp_build_mul_norm_expand()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.h | 77 lp_build_mul_norm(struct gallivm_state *gallivm,
|
H A D | lp_bld_arit.c | 883 lp_build_mul_norm(struct gallivm_state *gallivm, in lp_build_mul_norm() function 968 abl = lp_build_mul_norm(bld->gallivm, wide_type, al, bl); in lp_build_mul() 969 abh = lp_build_mul_norm(bld->gallivm, wide_type, ah, bh); in lp_build_mul() 1354 * use the 2**n - 1 divison approximation in lp_build_mul_norm in lp_build_lerp_simple() 1358 res = lp_build_mul_norm(bld->gallivm, bld->type, x, delta); in lp_build_lerp_simple()
|
Completed in 9 milliseconds