mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Correct tests: pass valid device bitfield [4/n]
Related-To: NEO-4645 Change-Id: Ib105d811711b7a4fdfad91ac93606cfdeb6d4ccb Signed-off-by: Andrzej Swierczynski <andrzej.swierczynski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
4623707eca
commit
5d24d51ea6
@@ -38,7 +38,11 @@ struct AllocationProperties {
|
||||
|
||||
AllocationProperties(uint32_t rootDeviceIndex, size_t size,
|
||||
GraphicsAllocation::AllocationType allocationType)
|
||||
: AllocationProperties(rootDeviceIndex, true, size, allocationType, false, {}) {}
|
||||
: AllocationProperties(rootDeviceIndex, size, allocationType, 0b1) {}
|
||||
|
||||
AllocationProperties(uint32_t rootDeviceIndex, size_t size,
|
||||
GraphicsAllocation::AllocationType allocationType, DeviceBitfield subDevicesBitfieldParam)
|
||||
: AllocationProperties(rootDeviceIndex, true, size, allocationType, false, subDevicesBitfieldParam) {}
|
||||
|
||||
AllocationProperties(uint32_t rootDeviceIndex, bool allocateMemory,
|
||||
ImageInfo &imgInfo,
|
||||
|
||||
Reference in New Issue
Block a user