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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c444 LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm, ndst_type); local
456 if (ndst_vec_type != nintr_vec_type) {
457 tmpres[i] = LLVMBuildBitCast(builder, tmpres[i], ndst_vec_type, "");
468 if (ndst_vec_type != nintr_vec_type) {
470 ndst_vec_type, "");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c444 LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm, ndst_type); local
456 if (ndst_vec_type != nintr_vec_type) {
457 tmpres[i] = LLVMBuildBitCast(builder, tmpres[i], ndst_vec_type, "");
468 if (ndst_vec_type != nintr_vec_type) {
470 ndst_vec_type, "");

Completed in 83 milliseconds