Searched refs:dst_vec_type (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c416 LLVMTypeRef dst_vec_type; local in function:lp_build_unpack2
443 dst_vec_type = lp_build_vec_type(gallivm, dst_type);
445 *dst_lo = LLVMBuildBitCast(builder, *dst_lo, dst_vec_type, "");
446 *dst_hi = LLVMBuildBitCast(builder, *dst_hi, dst_vec_type, "");
469 LLVMTypeRef dst_vec_type; local in function:lp_build_unpack2_native
501 dst_vec_type = lp_build_vec_type(gallivm, dst_type);
503 *dst_lo = LLVMBuildBitCast(builder, *dst_lo, dst_vec_type, "");
504 *dst_hi = LLVMBuildBitCast(builder, *dst_hi, dst_vec_type, "");
577 LLVMTypeRef dst_vec_type = lp_build_vec_type(gallivm, dst_type); local in function:lp_build_pack2
645 if (dst_vec_type !
[all...]
H A Dlp_bld_format_aos.c502 LLVMTypeRef dst_vec_type = lp_build_vec_type(gallivm, type); local in function:lp_build_fetch_rgba_aos
519 packed = LLVMBuildBitCast(gallivm->builder, packed, dst_vec_type, "");
537 LLVMTypeRef dst_vec_type, conv_vec_type; local in function:lp_build_fetch_rgba_aos
544 dst_vec_type = lp_build_vec_type(gallivm, type);
598 res = LLVMBuildBitCast(gallivm->builder, res, dst_vec_type, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c416 LLVMTypeRef dst_vec_type; local in function:lp_build_unpack2
443 dst_vec_type = lp_build_vec_type(gallivm, dst_type);
445 *dst_lo = LLVMBuildBitCast(builder, *dst_lo, dst_vec_type, "");
446 *dst_hi = LLVMBuildBitCast(builder, *dst_hi, dst_vec_type, "");
469 LLVMTypeRef dst_vec_type; local in function:lp_build_unpack2_native
501 dst_vec_type = lp_build_vec_type(gallivm, dst_type);
503 *dst_lo = LLVMBuildBitCast(builder, *dst_lo, dst_vec_type, "");
504 *dst_hi = LLVMBuildBitCast(builder, *dst_hi, dst_vec_type, "");
577 LLVMTypeRef dst_vec_type = lp_build_vec_type(gallivm, dst_type); local in function:lp_build_pack2
645 if (dst_vec_type !
[all...]
H A Dlp_bld_format_aos.c504 LLVMTypeRef dst_vec_type = lp_build_vec_type(gallivm, type); local in function:lp_build_fetch_rgba_aos
521 packed = LLVMBuildBitCast(gallivm->builder, packed, dst_vec_type, "");
539 LLVMTypeRef dst_vec_type, conv_vec_type; local in function:lp_build_fetch_rgba_aos
546 dst_vec_type = lp_build_vec_type(gallivm, type);
600 res = LLVMBuildBitCast(gallivm->builder, res, dst_vec_type, "");

Completed in 10 milliseconds