SWDEV-312822 - Revert "SWDEV-310187 - Change flag to keep track of aligned sizes instead of expanded patterns."

This reverts commit 7220267211.

Change-Id: I022c2a8375f9929e9723cec66e1e0b960263fc39


[ROCm/clr commit: 2e9bc8f793]
Este commit está contenido en:
kjayapra-amd
2021-11-24 19:18:18 -08:00
cometido por Maneesh Gupta
padre af0788d2e9
commit f74515778c
Se han modificado 3 ficheros con 11 adiciones y 12 borrados
+1 -1
Ver fichero
@@ -763,8 +763,8 @@ bool HostBlitManager::FillBufferInfo::PackInfo(const device::Memory& memory, siz
pattern, pattern_size);
return false;
}
fill_info.pattern_expanded_ = true;
}
fill_info.pattern_aligned_ = true;
fill_info.fill_size_ = aligned_size;
packed_info.push_back(fill_info);
}