refactor: store userptr value in buffer object

Related-To: NEO-10496
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-03-22 10:57:14 +00:00
committed by Compute-Runtime-Automation
parent da7b03dd15
commit ec19ce536a
8 changed files with 12 additions and 3 deletions

View File

@@ -179,6 +179,7 @@ struct Query {
struct GemClose {
uint32_t handle;
uint32_t reserved;
uint64_t userptr;
};
struct PrimeHandle {