mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
Allocate images through preferred pool call
Change-Id: I79c9c1a0a95a8a3e26ed690530b71ef504cc7ff8
This commit is contained in:
committed by
sys_ocldev
parent
f90cfb9199
commit
d7ce6ef8d1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user