Allocate images through preferred pool call

Change-Id: I79c9c1a0a95a8a3e26ed690530b71ef504cc7ff8
This commit is contained in:
Hoppe, Mateusz
2019-01-22 12:40:17 +01:00
committed by sys_ocldev
parent f90cfb9199
commit d7ce6ef8d1
22 changed files with 233 additions and 100 deletions

View File

@@ -40,7 +40,7 @@ class MemObjHelper {
}
static AllocationProperties getAllocationProperties(cl_mem_flags_intel flags, bool allocateMemory, size_t size, GraphicsAllocation::AllocationType type);
static AllocationProperties getAllocationProperties(ImageInfo *imgInfo);
static AllocationProperties getAllocationProperties(ImageInfo *imgInfo, bool allocateMemory);
static DevicesBitfield getDevicesBitfield(const MemoryProperties &properties);