Home
last modified time | relevance | path

Searched refs:lp_build_unpack2_native (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c135 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); in lp_build_mul_norm_expand()
136 lp_build_unpack2_native(bld->gallivm, type2, wide_type2, b, &bl, &bh); in lp_build_mul_norm_expand()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.h77 lp_build_unpack2_native(struct gallivm_state *gallivm,
Dlp_bld_arit.c1049 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); in lp_build_mul()
1050 lp_build_unpack2_native(bld->gallivm, type, wide_type, b, &bl, &bh); in lp_build_mul()
1529 lp_build_unpack2_native(bld->gallivm, type, wide_type, x, &xl, &xh); in lp_build_lerp()
1530 lp_build_unpack2_native(bld->gallivm, type, wide_type, v0, &v0l, &v0h); in lp_build_lerp()
1531 lp_build_unpack2_native(bld->gallivm, type, wide_type, v1, &v1l, &v1h); in lp_build_lerp()
Dlp_bld_pack.c460 lp_build_unpack2_native(struct gallivm_state *gallivm, in lp_build_unpack2_native() function