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.c1195 struct lp_type type_tmp; in lp_build_mul_32_lohi() local
1198 type_tmp = bld->type; in lp_build_mul_32_lohi()
1199 narrow_type = lp_build_vec_type(gallivm, type_tmp); in lp_build_mul_32_lohi()
1201 type_tmp.width = 32; in lp_build_mul_32_lohi()
1203 type_tmp.width *= 2; in lp_build_mul_32_lohi()
1204 wide_type = lp_build_vec_type(gallivm, type_tmp); in lp_build_mul_32_lohi()
1205 shift = lp_build_const_vec(gallivm, type_tmp, bld->type.width); in lp_build_mul_32_lohi()