mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 03:12:02 +08:00
Revert "feature: Support for opaque IPC handles on Windows and Linux"
This reverts commit 46b1b2783b.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5fe59104a4
commit
0855219087
@@ -28,8 +28,7 @@ struct AllocationProperties {
|
||||
uint32_t forceSystemMemory : 1;
|
||||
uint32_t preferCompressed : 1;
|
||||
uint32_t cantBeReadOnly : 1;
|
||||
uint32_t shareableWithoutNTHandle : 1;
|
||||
uint32_t reserved : 16;
|
||||
uint32_t reserved : 18;
|
||||
} flags;
|
||||
uint32_t allFlags = 0;
|
||||
};
|
||||
@@ -113,8 +112,7 @@ struct AllocationData {
|
||||
uint32_t isUSMDeviceMemory : 1;
|
||||
uint32_t zeroMemory : 1;
|
||||
uint32_t cantBeReadOnly : 1;
|
||||
uint32_t shareableWithoutNTHandle : 1;
|
||||
uint32_t reserved : 14;
|
||||
uint32_t reserved : 15;
|
||||
} flags;
|
||||
uint32_t allFlags = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user