Searched refs:lp_build_unpack2 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.h | 63 lp_build_unpack2(struct gallivm_state *gallivm,
|
D | lp_bld_pack.c | 275 lp_build_unpack2(struct gallivm_state *gallivm, in lp_build_unpack2() function 349 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], &dst[2*i + 1]); in lp_build_unpack()
|
D | lp_bld_arit.c | 726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah); in lp_build_mul() 727 lp_build_unpack2(bld->gallivm, type, i16_type, b, &bl, &bh); in lp_build_mul() 954 lp_build_unpack2(bld->gallivm, type, wide_type, x, &xl, &xh); in lp_build_lerp() 955 lp_build_unpack2(bld->gallivm, type, wide_type, v0, &v0l, &v0h); in lp_build_lerp() 956 lp_build_unpack2(bld->gallivm, type, wide_type, v1, &v1l, &v1h); in lp_build_lerp()
|
D | lp_bld_sample_aos.c | 502 lp_build_unpack2(bld->gallivm, u8n.type, h16.type, in lp_build_sample_fetch_image_nearest() 866 lp_build_unpack2(bld->gallivm, u8n.type, h16.type, in lp_build_sample_fetch_image_linear()
|