mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Correct typo - createFunc
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
0b02e7a48b
commit
68300a9605
@ -110,7 +110,7 @@ struct MultipleMapImageTest : public ClDeviceFixture, public ::testing::Test {
|
||||
std::unique_ptr<MockImage<FamilyType>> createMockImage() {
|
||||
auto eRenderCoreFamily = pDevice->getHardwareInfo().platform.eRenderCoreFamily;
|
||||
|
||||
VariableBackup<ImageCreatFunc> backup(&imageFactory[eRenderCoreFamily].createImageFunction);
|
||||
VariableBackup<ImageCreateFunc> backup(&imageFactory[eRenderCoreFamily].createImageFunction);
|
||||
imageFactory[eRenderCoreFamily].createImageFunction = MockImage<FamilyType>::createMockImage;
|
||||
|
||||
auto surfaceFormat = Image::getSurfaceFormatFromTable(Traits::flags, &Traits::imageFormat, context->getDevice(0)->getHardwareInfo().capabilityTable.supportsOcl21Features);
|
||||
|
Reference in New Issue
Block a user