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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c935 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, v
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c935 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, v
[all...]

Completed in 150 milliseconds