mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Remove device enqueue part 15
- remove DEVICE_QUEUE_BUFFER Related-To: NEO-6559 Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7f5ab26b9f
commit
45d23868de
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -63,7 +63,6 @@ AllocationTypeTagTestCase allocationTypeTagValues[static_cast<int>(GraphicsAlloc
|
||||
{GraphicsAllocation::AllocationType::BUFFER_HOST_MEMORY, "BFHSTMEM"},
|
||||
{GraphicsAllocation::AllocationType::COMMAND_BUFFER, "CMNDBUFF"},
|
||||
{GraphicsAllocation::AllocationType::CONSTANT_SURFACE, "CSNTSRFC"},
|
||||
{GraphicsAllocation::AllocationType::DEVICE_QUEUE_BUFFER, "DEVQUEBF"},
|
||||
{GraphicsAllocation::AllocationType::EXTERNAL_HOST_PTR, "EXHSTPTR"},
|
||||
{GraphicsAllocation::AllocationType::FILL_PATTERN, "FILPATRN"},
|
||||
{GraphicsAllocation::AllocationType::GLOBAL_SURFACE, "GLBLSRFC"},
|
||||
|
||||
Reference in New Issue
Block a user