Home
last modified time | relevance | path

Searched refs:lp_build_mad (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c293 tmp2 = lp_build_mad(&f32_bld, b_const, x05, c_const); in lp_build_linear_to_srgb()
H A Dlp_bld_arit.h119 lp_build_mad(struct lp_build_context *bld,
H A Dlp_bld_arit.c1180 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 Dlp_bld_sample.c716 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 Dlp_bld_tgsi_action.c1654 lp_build_mad(&bld_base->base, in mad_emit_cpu()

Completed in 14 milliseconds