Searched refs:lp_build_unpack2_native (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 135 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/ |
D | lp_bld_pack.h | 77 lp_build_unpack2_native(struct gallivm_state *gallivm,
|
D | lp_bld_arit.c | 1049 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()
|
D | lp_bld_pack.c | 460 lp_build_unpack2_native(struct gallivm_state *gallivm, in lp_build_unpack2_native() function
|