Searched refs:lp_build_unpack2_native (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 136 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); in lp_build_mul_norm_expand() 137 lp_build_unpack2_native(bld->gallivm, type2, wide_type2, b, &bl, &bh); in lp_build_mul_norm_expand()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.h | 77 lp_build_unpack2_native(struct gallivm_state *gallivm,
|
D | lp_bld_arit.c | 964 lp_build_unpack2_native(bld->gallivm, type, wide_type, a, &al, &ah); in lp_build_mul() 965 lp_build_unpack2_native(bld->gallivm, type, wide_type, b, &bl, &bh); in lp_build_mul() 1443 lp_build_unpack2_native(bld->gallivm, type, wide_type, x, &xl, &xh); in lp_build_lerp() 1444 lp_build_unpack2_native(bld->gallivm, type, wide_type, v0, &v0l, &v0h); in lp_build_lerp() 1445 lp_build_unpack2_native(bld->gallivm, type, wide_type, v1, &v1l, &v1h); in lp_build_lerp()
|
D | lp_bld_pack.c | 460 lp_build_unpack2_native(struct gallivm_state *gallivm, in lp_build_unpack2_native() function
|