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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 48 * struct lp_type wide_type = lp_wider_type(type);
51 * lp_build_unpack2(builder, type, wide_type, a, &al, &ah);
52 * lp_build_unpack2(builder, type, wide_type, b, &bl, &bh);
57 * c = lp_build_pack2(bld->builder, wide_type, type, cl, ch);
lp_bld_arit.c 935 struct lp_type wide_type; local
947 memset(&wide_type, 0, sizeof wide_type);
948 wide_type.fixed = TRUE;
949 wide_type.width = type.width*2;
950 wide_type.length = type.length/2;
952 lp_build_context_init(&wide_bld, bld->gallivm, wide_type);
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...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 48 * struct lp_type wide_type = lp_wider_type(type);
51 * lp_build_unpack2(builder, type, wide_type, a, &al, &ah);
52 * lp_build_unpack2(builder, type, wide_type, b, &bl, &bh);
57 * c = lp_build_pack2(bld->builder, wide_type, type, cl, ch);
lp_bld_arit.c 935 struct lp_type wide_type; local
947 memset(&wide_type, 0, sizeof wide_type);
948 wide_type.fixed = TRUE;
949 wide_type.width = type.width*2;
950 wide_type.length = type.length/2;
952 lp_build_context_init(&wide_bld, bld->gallivm, wide_type);
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...]

Completed in 110 milliseconds