Add new allocation type

Related-To: NEO-5244

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-02-23 12:09:34 +00:00
committed by Compute-Runtime-Automation
parent 464e4fd1b1
commit 3e4be8d78e
6 changed files with 22 additions and 9 deletions

View File

@@ -98,6 +98,7 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
DEBUG_MODULE_AREA,
UNIFIED_SHARED_MEMORY,
WORK_PARTITION_SURFACE,
GPU_TIMESTAMP_TAG_BUFFER
};
~GraphicsAllocation() override;