Searched refs:lp_build_interleave2 (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c200 dst[i + 0] = lp_build_interleave2(gallivm, type2, src0, src1, 0);
201 dst[i + 1] = lp_build_interleave2(gallivm, type2, src0, src1, 1);
H A Dlp_bld_pack.c317 lp_build_interleave2(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
356 * This differs to lp_build_interleave2 as that function would do the following (for lo):
394 return lp_build_interleave2(gallivm, type, a, b, lo_hi);
433 *dst_lo = lp_build_interleave2(gallivm, src_type, src, msb, 0);
434 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1);
437 *dst_lo = lp_build_interleave2(gallivm, src_type, msb, src, 0);
438 *dst_hi = lp_build_interleave2(gallivm, src_type, msb, src, 1);
491 *dst_lo = lp_build_interleave2(gallivm, src_type, src, msb, 0);
492 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1);
495 *dst_lo = lp_build_interleave2(galliv
[all...]
H A Dlp_bld_pack.h55 lp_build_interleave2(struct gallivm_state *gallivm,
H A Dlp_bld_format_s3tc.c1199 v01 = lp_build_interleave2(gallivm, i32_type, v01, v01, 0);
1265 code = lp_build_interleave2(gallivm, type8, code, code, 0);
1266 code = lp_build_interleave2(gallivm, type8, code, code, 0);
1284 color01 = lp_build_interleave2(gallivm, type16, color01,
1317 intrargs[1] = lp_build_interleave2(gallivm, type32, color01, color01, 0);
1329 v01 = lp_build_interleave2(gallivm, type32, color01, color01, 0);
1348 sel_mask = lp_build_interleave2(gallivm, type32, sel_mask, sel_mask, 0);
1362 color0123 = lp_build_interleave2(gallivm, type64, color01, color23, 0);
1479 alpha = lp_build_interleave2(gallivm, type8, alpha, alpha, 0);
1666 acode = lp_build_interleave2(galliv
[all...]
H A Dlp_bld_tgsi_action.c506 res = lp_build_interleave2(gallivm, f16i_t, lo, hi, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c200 dst[i + 0] = lp_build_interleave2(gallivm, type2, src0, src1, 0);
201 dst[i + 1] = lp_build_interleave2(gallivm, type2, src0, src1, 1);
H A Dlp_bld_pack.c317 lp_build_interleave2(struct gallivm_state *gallivm, function in typeref:typename:LLVMValueRef
356 * This differs to lp_build_interleave2 as that function would do the following (for lo):
394 return lp_build_interleave2(gallivm, type, a, b, lo_hi);
433 *dst_lo = lp_build_interleave2(gallivm, src_type, src, msb, 0);
434 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1);
437 *dst_lo = lp_build_interleave2(gallivm, src_type, msb, src, 0);
438 *dst_hi = lp_build_interleave2(gallivm, src_type, msb, src, 1);
491 *dst_lo = lp_build_interleave2(gallivm, src_type, src, msb, 0);
492 *dst_hi = lp_build_interleave2(gallivm, src_type, src, msb, 1);
495 *dst_lo = lp_build_interleave2(galliv
[all...]
H A Dlp_bld_pack.h55 lp_build_interleave2(struct gallivm_state *gallivm,
H A Dlp_bld_format_s3tc.c1239 v01 = lp_build_interleave2(gallivm, i32_type, v01, v01, 0);
1305 code = lp_build_interleave2(gallivm, type8, code, code, 0);
1306 code = lp_build_interleave2(gallivm, type8, code, code, 0);
1324 color01 = lp_build_interleave2(gallivm, type16, color01,
1357 intrargs[1] = lp_build_interleave2(gallivm, type32, color01, color01, 0);
1369 v01 = lp_build_interleave2(gallivm, type32, color01, color01, 0);
1388 sel_mask = lp_build_interleave2(gallivm, type32, sel_mask, sel_mask, 0);
1402 color0123 = lp_build_interleave2(gallivm, type64, color01, color23, 0);
1519 alpha = lp_build_interleave2(gallivm, type8, alpha, alpha, 0);
1705 acode = lp_build_interleave2(galliv
[all...]
H A Dlp_bld_tgsi_action.c506 res = lp_build_interleave2(gallivm, f16i_t, lo, hi, 0);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c767 zs_dst1 = lp_build_interleave2(gallivm, z_type,
769 zs_dst2 = lp_build_interleave2(gallivm, z_type,
H A Dlp_state_fs.c871 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0);
872 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c776 zs_dst1 = lp_build_interleave2(gallivm, z_type,
778 zs_dst2 = lp_build_interleave2(gallivm, z_type,
H A Dlp_state_fs.c1501 lo = lp_build_interleave2(gallivm, type64, lo2, hi2, 0);
1502 hi = lp_build_interleave2(gallivm, type64, lo2, hi2, 1);

Completed in 62 milliseconds