mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Add new allocation type for device queue's allocatons
remove not used mustBeZeroCopy flag Related-To: NEO-2733 Change-Id: I8b8faf4e2d46249f897a06170dd777193c7f8729 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
e40a82336c
commit
1e11d8939f
@@ -317,6 +317,8 @@ const char *DebugSettingsManager<DebugLevel>::getAllocationTypeString(GraphicsAl
|
||||
return "COMMAND_BUFFER";
|
||||
case GraphicsAllocation::AllocationType::CONSTANT_SURFACE:
|
||||
return "CONSTANT_SURFACE";
|
||||
case GraphicsAllocation::AllocationType::DEVICE_QUEUE_BUFFER:
|
||||
return "DEVICE_QUEUE_BUFFER";
|
||||
case GraphicsAllocation::AllocationType::EXTERNAL_HOST_PTR:
|
||||
return "EXTERNAL_HOST_PTR";
|
||||
case GraphicsAllocation::AllocationType::FILL_PATTERN:
|
||||
|
||||
Reference in New Issue
Block a user