mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
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:
committed by
Compute-Runtime-Automation
parent
8978ea5e5a
commit
146a7f7b9b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user