Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1371 struct lp_build_context narrow_bld; in lp_build_lerp_simple() local
1378 lp_build_context_init(&narrow_bld, bld->gallivm, narrow_type); in lp_build_lerp_simple()
1379 res = LLVMBuildBitCast(builder, res, narrow_bld.vec_type, ""); in lp_build_lerp_simple()
1380 v0 = LLVMBuildBitCast(builder, v0, narrow_bld.vec_type, ""); in lp_build_lerp_simple()
1381 res = lp_build_add(&narrow_bld, v0, res); in lp_build_lerp_simple()

Completed in 6 milliseconds