Searched refs:narrow_bld (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 1457 struct lp_build_context narrow_bld; in lp_build_lerp_simple() local 1464 lp_build_context_init(&narrow_bld, bld->gallivm, narrow_type); in lp_build_lerp_simple() 1465 res = LLVMBuildBitCast(builder, res, narrow_bld.vec_type, ""); in lp_build_lerp_simple() 1466 v0 = LLVMBuildBitCast(builder, v0, narrow_bld.vec_type, ""); in lp_build_lerp_simple() 1467 res = lp_build_add(&narrow_bld, v0, res); in lp_build_lerp_simple()
|