Rename DevicesBitfield -> StorageInfo

Change-Id: I2f763be185350de7b76838c9f101a1f8026f42c9
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2019-02-28 16:12:23 +01:00
committed by sys_ocldev
parent 72a5c2c6c4
commit 24cb171d2a
18 changed files with 47 additions and 53 deletions

View File

@@ -8,7 +8,7 @@
#include "runtime/memory_manager/graphics_allocation.h"
namespace OCLRT {
DevicesBitfield GraphicsAllocation::createBitfieldFromProperties(const AllocationProperties &properties) {
StorageInfo GraphicsAllocation::createStorageInfoFromProperties(const AllocationProperties &properties) {
return {};
}
} // namespace OCLRT

View File

@@ -7,6 +7,6 @@
#pragma once
namespace OCLRT {
struct DevicesBitfield {
struct StorageInfo {
};
} // namespace OCLRT