mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Rename flag to use32BitFrontWindow
Change-Id: I3ecffcce2586f7164577edd3ae4d473ac68a3185 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
17db6d223e
commit
19d3fa73bd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user