Searched refs:lp_build_unpack2 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h68 lp_build_unpack2(struct gallivm_state *gallivm,
H A Dlp_bld_format_s3tc.c532 lp_build_unpack2(gallivm, type, i16_type, x, &x_lo, &x_hi);
533 lp_build_unpack2(gallivm, type, i16_type, v0, &v0_lo, &v0_hi);
534 lp_build_unpack2(gallivm, type, i16_type, v1, &v1_lo, &v1_hi);
667 lp_build_unpack2(gallivm, type8, i16_type, colors0, &v0_lo, &v0_hi);
668 lp_build_unpack2(gallivm, type8, i16_type, colors1, &v1_lo, &v1_hi);
1202 lp_build_unpack2(gallivm, type, i16_type, v01, &v0, &v1);
1331 lp_build_unpack2(gallivm, type8, type16, v01, &v0, &v1);
H A Dlp_bld_pack.c51 * lp_build_unpack2(builder, type, wide_type, a, &al, &ah);
52 * lp_build_unpack2(builder, type, wide_type, b, &bl, &bh);
407 lp_build_unpack2(struct gallivm_state *gallivm, function in typeref:typename:void
540 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0],
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.h68 lp_build_unpack2(struct gallivm_state *gallivm,
H A Dlp_bld_pack.c51 * lp_build_unpack2(builder, type, wide_type, a, &al, &ah);
52 * lp_build_unpack2(builder, type, wide_type, b, &bl, &bh);
407 lp_build_unpack2(struct gallivm_state *gallivm, function in typeref:typename:void
540 lp_build_unpack2(gallivm, src_type, tmp_type, dst[i], &dst[2*i + 0],
H A Dlp_bld_format_s3tc.c530 lp_build_unpack2(gallivm, type, i16_type, x, &x_lo, &x_hi);
531 lp_build_unpack2(gallivm, type, i16_type, v0, &v0_lo, &v0_hi);
532 lp_build_unpack2(gallivm, type, i16_type, v1, &v1_lo, &v1_hi);
665 lp_build_unpack2(gallivm, type8, i16_type, colors0, &v0_lo, &v0_hi);
666 lp_build_unpack2(gallivm, type8, i16_type, colors1, &v1_lo, &v1_hi);
1242 lp_build_unpack2(gallivm, type, i16_type, v01, &v0, &v1);
1371 lp_build_unpack2(gallivm, type8, type16, v01, &v0, &v1);

Completed in 15 milliseconds