feature: Add support for BUFFER_SIZE explicit argument

Related-To: NEO-13972

Signed-off-by: Vysochyn, Illia <illia.vysochyn@intel.com>
This commit is contained in:
Vysochyn, Illia
2025-04-07 12:28:48 +00:00
committed by Compute-Runtime-Automation
parent 8978ea5e5a
commit 146a7f7b9b
8 changed files with 43 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2024 Intel Corporation
* Copyright (C) 2020-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -40,6 +40,7 @@ struct ArgDescPointer final {
CrossThreadDataOffset stateless = undefined<CrossThreadDataOffset>;
CrossThreadDataOffset bindless = undefined<CrossThreadDataOffset>;
CrossThreadDataOffset bufferOffset = undefined<CrossThreadDataOffset>;
CrossThreadDataOffset bufferSize = undefined<CrossThreadDataOffset>;
CrossThreadDataOffset slmOffset = undefined<CrossThreadDataOffset>;
uint8_t requiredSlmAlignment = 0;
uint8_t pointerSize = 0;