Add method to set compression flag

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2021-06-08 16:37:54 +00:00
committed by Compute-Runtime-Automation
parent 8af9ca71d3
commit 3ed0f074af
40 changed files with 109 additions and 127 deletions

View File

@@ -50,7 +50,7 @@ class Gmm {
GMM_RESCREATE_PARAMS resourceParams = {};
std::unique_ptr<GmmResourceInfo> gmmResourceInfo;
bool isRenderCompressed = false;
bool isCompressionEnabled = false;
bool useSystemMemoryPool = true;
protected: