Home
last modified time | relevance | path

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

/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()
1527 lp_build_unpack2_native(bld->gallivm, type, wide_type, x, &xl, &xh); in lp_build_lerp()
1528 lp_build_unpack2_native(bld->gallivm, type, wide_type, v0, &v0l, &v0h); in lp_build_lerp()
1529 lp_build_unpack2_native(bld->gallivm, type, wide_type, v1, &v1l, &v1h); in lp_build_lerp()
Dlp_bld_pack.c424 lp_build_unpack2_native(struct gallivm_state *gallivm, in lp_build_unpack2_native() function