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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.h 63 lp_build_unpack2(struct gallivm_state *gallivm,
lp_bld_pack.c 51 * lp_build_unpack2(builder, type, wide_type, a, &al, &ah);
52 * lp_build_unpack2(builder, type, wide_type, b, &bl, &bh);
275 lp_build_unpack2(struct gallivm_state *gallivm, function
349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]);
lp_bld_arit.c 726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah);
727 lp_build_unpack2(bld->gallivm, type, i16_type, b, &bl, &bh);
954 lp_build_unpack2(bld->gallivm, type, wide_type, x, &xl, &xh);
955 lp_build_unpack2(bld->gallivm, type, wide_type, v0, &v0l, &v0h);
956 lp_build_unpack2(bld->gallivm, type, wide_type, v1, &v1l, &v1h);
    [all...]
lp_bld_sample_aos.c 502 lp_build_unpack2(bld->gallivm, u8n.type, h16.type,
    [all...]

Completed in 95 milliseconds