mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Refactor [1/n]: Make compression preference allocation property
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4461b8ea3f
commit
7b55d38e34
@@ -28,7 +28,8 @@ struct AllocationProperties {
|
||||
uint32_t use32BitFrontWindow : 1;
|
||||
uint32_t crossRootDeviceAccess : 1;
|
||||
uint32_t forceSystemMemory : 1;
|
||||
uint32_t reserved : 18;
|
||||
uint32_t preferCompressed : 1;
|
||||
uint32_t reserved : 17;
|
||||
} flags;
|
||||
uint32_t allFlags = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user