Searched refs:lp_build_mad (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_srgb.c | 293 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const); in lp_build_linear_to_srgb()
|
H A D | lp_bld_arit.h | 119 lp_build_mad(struct lp_build_context *bld,
|
H A D | lp_bld_arit.c | 1180 lp_build_mad(struct lp_build_context *bld, in lp_build_mad() function 1319 return lp_build_mad(bld, x, delta, v0); in lp_build_lerp_simple() 3178 even = lp_build_mad(bld, x2, even, coeff); in lp_build_polynomial() 3183 odd = lp_build_mad(bld, x2, odd, coeff); in lp_build_polynomial() 3190 return lp_build_mad(bld, odd, x, even); in lp_build_polynomial() 3489 res = lp_build_mad(bld, y, p_z, logexp); in lp_build_log2_approx()
|
H A D | lp_bld_sample.c | 716 lod_fpart = lp_build_mad(bld, lod_fpart, in lp_build_brilinear_lod() 773 lod_fpart = lp_build_mad(bld, lod_fpart, in lp_build_brilinear_rho()
|
H A D | lp_bld_tgsi_action.c | 1654 lp_build_mad(&bld_base->base, in mad_emit_cpu()
|
Completed in 15 milliseconds