mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Merge MemoryPropertiesFlags files
Move mem_properties_parser_helper files to memory_properties_flags_helpers Rename MemoryPropertiesParser to MemoryPropertiesHelper Related-To: NEO-4143 Change-Id: Ib35360bceff90be2383696083226f8be1e47538c Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
fd65d45744
commit
cb8e9656ee
@@ -10,7 +10,7 @@
|
||||
#include "shared/source/helpers/hw_info.h"
|
||||
#include "shared/test/unit_test/helpers/default_hw_info.h"
|
||||
|
||||
#include "opencl/source/helpers/memory_properties_flags_helpers.h"
|
||||
#include "opencl/source/helpers/memory_properties_helpers.h"
|
||||
#include "opencl/source/mem_obj/image.h"
|
||||
#include "opencl/source/platform/platform.h"
|
||||
#include "opencl/test/unit_test/fixtures/device_fixture.h"
|
||||
@@ -78,7 +78,7 @@ struct ImageHelper {
|
||||
auto surfaceFormat = Image::getSurfaceFormatFromTable(Traits::flags, imgFormat, context->getDevice(0)->getHardwareInfo().capabilityTable.supportsOcl21Features);
|
||||
auto image = Image::create(
|
||||
context,
|
||||
NEO::MemoryPropertiesParser::createMemoryProperties(Traits::flags, 0, 0),
|
||||
NEO::MemoryPropertiesHelper::createMemoryProperties(Traits::flags, 0, 0),
|
||||
Traits::flags,
|
||||
0,
|
||||
surfaceFormat,
|
||||
|
||||
Reference in New Issue
Block a user