mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Extend key to host ptr fragments container
use separated entries per root device Related-To: NEO-3691 Change-Id: I26b85b8852b23e6a4d290da689174c59343536b3 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
c3a1880492
commit
1a1b4b1c26
@@ -178,7 +178,8 @@ class Buffer : public MemObj {
|
||||
cl_int &errcodeRet,
|
||||
bool &isZeroCopy,
|
||||
bool ©MemoryFromHostPtr,
|
||||
MemoryManager *memMngr);
|
||||
MemoryManager *memMngr,
|
||||
uint32_t rootDeviceIndex);
|
||||
static GraphicsAllocation::AllocationType getGraphicsAllocationType(const MemoryProperties &properties, Context &context,
|
||||
bool renderCompressedBuffers, bool localMemoryEnabled,
|
||||
bool preferCompression);
|
||||
|
||||
Reference in New Issue
Block a user