Home
last modified time | relevance | path

Searched refs:type_tmp (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c1241 struct lp_type type_tmp; in lp_build_mul_32_lohi() local
1244 type_tmp = bld->type; in lp_build_mul_32_lohi()
1245 narrow_type = lp_build_vec_type(gallivm, type_tmp); in lp_build_mul_32_lohi()
1246 type_tmp.width *= 2; in lp_build_mul_32_lohi()
1247 wide_type = lp_build_vec_type(gallivm, type_tmp); in lp_build_mul_32_lohi()
1248 shift = lp_build_const_vec(gallivm, type_tmp, 32); in lp_build_mul_32_lohi()