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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1296 struct lp_type type32x4 = src_type; local in function:convert_to_blend_type
1299 type32x4.width = 32;
1300 ltype32x4 = lp_build_vec_type(gallivm, type32x4);
1496 struct lp_type type32x4 = dst_type; local in function:convert_from_blend_type
1500 type32x4.width = 32;
1506 src[i] = lp_build_pack2(gallivm, type32x4, type16x8,
1507 src[i], lp_build_zero(gallivm, type32x4));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1875 struct lp_type type32x4 = src_type; local in function:convert_to_blend_type
1878 type32x4.width = 32;
1879 ltype32x4 = lp_build_vec_type(gallivm, type32x4);
2075 struct lp_type type32x4 = dst_type; local in function:convert_from_blend_type
2079 type32x4.width = 32;
2085 src[i] = lp_build_pack2(gallivm, type32x4, type16x8,
2086 src[i], lp_build_zero(gallivm, type32x4));

Completed in 12 milliseconds