Searched refs:lp_build_unpack2 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.h | 68 lp_build_unpack2(struct gallivm_state *gallivm,
|
D | lp_bld_format_s3tc.c | 530 lp_build_unpack2(gallivm, type, i16_type, x, &x_lo, &x_hi); in lp_build_lerp23() 531 lp_build_unpack2(gallivm, type, i16_type, v0, &v0_lo, &v0_hi); in lp_build_lerp23() 532 lp_build_unpack2(gallivm, type, i16_type, v1, &v1_lo, &v1_hi); in lp_build_lerp23() 665 lp_build_unpack2(gallivm, type8, i16_type, colors0, &v0_lo, &v0_hi); in s3tc_dxt1_full_to_rgba_aos() 666 lp_build_unpack2(gallivm, type8, i16_type, colors1, &v1_lo, &v1_hi); in s3tc_dxt1_full_to_rgba_aos() 1242 lp_build_unpack2(gallivm, type, i16_type, v01, &v0, &v1); in lp_build_lerp23_single() 1371 lp_build_unpack2(gallivm, type8, type16, v01, &v0, &v1); in s3tc_decode_block_dxt1()
|
D | lp_bld_pack.c | 407 lp_build_unpack2(struct gallivm_state *gallivm, in lp_build_unpack2() function 540 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0], in lp_build_unpack()
|