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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1163 struct lp_type type_tmp; local in function:lp_build_mul_32_lohi
1166 type_tmp = bld->type;
1167 narrow_type = lp_build_vec_type(gallivm, type_tmp);
1169 type_tmp.width = 32;
1171 type_tmp.width *= 2;
1172 wide_type = lp_build_vec_type(gallivm, type_tmp);
1173 shift = lp_build_const_vec(gallivm, type_tmp, bld->type.width);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c1288 struct lp_type type_tmp; local in function:lp_build_mul_32_lohi
1291 type_tmp = bld->type;
1292 narrow_type = lp_build_vec_type(gallivm, type_tmp);
1293 type_tmp.width *= 2;
1294 wide_type = lp_build_vec_type(gallivm, type_tmp);
1295 shift = lp_build_const_vec(gallivm, type_tmp, 32);

Completed in 13 milliseconds