mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Add new allocation type
Related-To: NEO-5244 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
464e4fd1b1
commit
3e4be8d78e
@@ -98,6 +98,7 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
|
||||
DEBUG_MODULE_AREA,
|
||||
UNIFIED_SHARED_MEMORY,
|
||||
WORK_PARTITION_SURFACE,
|
||||
GPU_TIMESTAMP_TAG_BUFFER
|
||||
};
|
||||
|
||||
~GraphicsAllocation() override;
|
||||
|
||||
Reference in New Issue
Block a user