mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
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:
committed by
Compute-Runtime-Automation
parent
da7b03dd15
commit
ec19ce536a
@@ -179,6 +179,7 @@ struct Query {
|
||||
struct GemClose {
|
||||
uint32_t handle;
|
||||
uint32_t reserved;
|
||||
uint64_t userptr;
|
||||
};
|
||||
|
||||
struct PrimeHandle {
|
||||
|
||||
Reference in New Issue
Block a user