Searched refs:narrow_type (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_arit.c | 1148 LLVMTypeRef wide_type, narrow_type; in lp_build_mul_32_lohi() local 1151 narrow_type = lp_build_vec_type(gallivm, type_tmp); in lp_build_mul_32_lohi() 1168 res_lo = LLVMBuildTrunc(builder, tmp, narrow_type, ""); in lp_build_mul_32_lohi() 1172 *res_hi = LLVMBuildTrunc(builder, tmp, narrow_type, ""); in lp_build_mul_32_lohi() 1370 struct lp_type narrow_type; in lp_build_lerp_simple() local 1373 memset(&narrow_type, 0, sizeof narrow_type); in lp_build_lerp_simple() 1374 narrow_type.sign = bld->type.sign; in lp_build_lerp_simple() 1375 narrow_type.width = bld->type.width/2; in lp_build_lerp_simple() 1376 narrow_type in lp_build_lerp_simple() [all...] |
Completed in 4 milliseconds