mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +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
@@ -231,7 +231,7 @@ class MemoryManager {
|
||||
status = AllocationStatus::Error;
|
||||
switch (allocationData.type) {
|
||||
case GraphicsAllocation::AllocationType::IMAGE:
|
||||
case GraphicsAllocation::AllocationType::SHARED_RESOURCE:
|
||||
case GraphicsAllocation::AllocationType::SHARED_RESOURCE_COPY:
|
||||
break;
|
||||
default:
|
||||
if (!allocationData.flags.useSystemMemory && !(allocationData.flags.allow32Bit && this->force32bitAllocations)) {
|
||||
|
||||
Reference in New Issue
Block a user