Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1147 struct lp_type type_tmp; in lp_build_mul_32_lohi() local
1150 type_tmp = bld->type; in lp_build_mul_32_lohi()
1151 narrow_type = lp_build_vec_type(gallivm, type_tmp); in lp_build_mul_32_lohi()
1153 type_tmp.width = 32; in lp_build_mul_32_lohi()
1155 type_tmp.width *= 2; in lp_build_mul_32_lohi()
1156 wide_type = lp_build_vec_type(gallivm, type_tmp); in lp_build_mul_32_lohi()
1157 shift = lp_build_const_vec(gallivm, type_tmp, bld->type.width); in lp_build_mul_32_lohi()

Completed in 6 milliseconds