HomeSort by relevance Sort by last modified time
    Searched full:lp_build_pack2 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 99 lp_build_pack2(struct gallivm_state *gallivm,
lp_bld_conv.c 428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
430 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type, lo, hi);
489 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
490 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
491 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type, lo, hi);
lp_bld_pack.c 57 * 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;
lp_bld_sample_aos.c     [all...]
lp_bld_arit.c 733 ab = lp_build_pack2(bld->gallivm, i16_type, type, abl, abh);
976 res = lp_build_pack2(bld->gallivm, wide_type, type, resl, resh);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 99 lp_build_pack2(struct gallivm_state *gallivm,
lp_bld_conv.c 428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
430 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type, lo, hi);
489 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
490 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
491 dst[i] = lp_build_pack2(gallivm, int16_type, dst_type, lo, hi);
lp_bld_pack.c 57 * 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;
lp_bld_sample_aos.c     [all...]
lp_bld_arit.c 733 ab = lp_build_pack2(bld->gallivm, i16_type, type, abl, abh);
976 res = lp_build_pack2(bld->gallivm, wide_type, type, resl, resh);
    [all...]

Completed in 117 milliseconds