Searched defs:lp_build_pack2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c57 * c = lp_build_pack2(bld->builder, wide_type, type, cl, ch);
378 lp_build_pack2(struct gallivm_state *gallivm, function
495 * Same as lp_build_pack2 but will saturate values so that they fit into the
533 return lp_build_pack2(gallivm, src_type, dst_type, lo, hi);
564 pack2 = &lp_build_pack2;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c57 * c = lp_build_pack2(bld->builder, wide_type, type, cl, ch);
378 lp_build_pack2(struct gallivm_state *gallivm, function
495 * Same as lp_build_pack2 but will saturate values so that they fit into the
533 return lp_build_pack2(gallivm, src_type, dst_type, lo, hi);
564 pack2 = &lp_build_pack2;

Completed in 129 milliseconds