mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Rename SHARED_RESOURCE allocation type to SHARED_RESOURCE_COPY
Change-Id: Ie846450384730171304788bbb1709d7f088036a8
This commit is contained in:

committed by
sys_ocldev

parent
d56daf1726
commit
c870628d08
@ -313,8 +313,8 @@ const char *DebugSettingsManager<DebugLevel>::getAllocationTypeString(GraphicsAl
|
||||
return "SURFACE_STATE_HEAP";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::DYNAMIC_STATE_HEAP:
|
||||
return "DYNAMIC_STATE_HEAP";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::SHARED_RESOURCE:
|
||||
return "SHARED_RESOURCE";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::SHARED_RESOURCE_COPY:
|
||||
return "SHARED_RESOURCE_COPY";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::SVM:
|
||||
return "SVM";
|
||||
case OCLRT::GraphicsAllocation::AllocationType::UNDECIDED:
|
||||
|
Reference in New Issue
Block a user