mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 04:48:08 +08:00
Remove createInternalGraphicsAllocation function.
- Route directly to allocate32BitGraphicsMemory Change-Id: Ia6872bae655c530ff06b0ec270f419ca91d005ce
This commit is contained in:
committed by
sys_ocldev
parent
6fdde42289
commit
d2817427af
@@ -121,8 +121,6 @@ class MemoryManager {
|
||||
|
||||
virtual GraphicsAllocation *createGraphicsAllocationFromNTHandle(void *handle) = 0;
|
||||
|
||||
virtual GraphicsAllocation *createInternalGraphicsAllocation(const void *ptr, size_t allocationSize);
|
||||
|
||||
virtual bool mapAuxGpuVA(GraphicsAllocation *graphicsAllocation) { return false; };
|
||||
|
||||
virtual void *lockResource(GraphicsAllocation *graphicsAllocation) = 0;
|
||||
|
||||
Reference in New Issue
Block a user