Rename flag to use32BitFrontWindow

Change-Id: I3ecffcce2586f7164577edd3ae4d473ac68a3185
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-10-21 10:48:09 +02:00
committed by sys_ocldev
parent 17db6d223e
commit 19d3fa73bd
8 changed files with 11 additions and 11 deletions

View File

@@ -382,7 +382,7 @@ bool MemoryManager::getAllocationData(AllocationData &allocationData, const Allo
(mayRequireL3Flush ? properties.flags.flushL3RequiredForRead | properties.flags.flushL3RequiredForWrite : 0u);
allocationData.flags.preferRenderCompressed = CompressionSelector::preferRenderCompressedBuffer(properties);
allocationData.flags.multiOsContextCapable = properties.flags.multiOsContextCapable;
allocationData.flags.use32BitExtraPool = properties.flags.use32BitExtraPool;
allocationData.flags.use32BitFrontWindow = properties.flags.use32BitFrontWindow;
allocationData.hostPtr = hostPtr;
allocationData.size = properties.size;