Searched refs:ndst_vec_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c659 LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm, ndst_type); local in function:lp_build_pack2
671 if (ndst_vec_type != nintr_vec_type) {
672 tmpres[i] = LLVMBuildBitCast(builder, tmpres[i], ndst_vec_type, "");
683 if (ndst_vec_type != nintr_vec_type) {
685 ndst_vec_type, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c659 LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm, ndst_type); local in function:lp_build_pack2
671 if (ndst_vec_type != nintr_vec_type) {
672 tmpres[i] = LLVMBuildBitCast(builder, tmpres[i], ndst_vec_type, "");
683 if (ndst_vec_type != nintr_vec_type) {
685 ndst_vec_type, "");

Completed in 4 milliseconds