Correct typo - createFunc

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2022-11-07 17:46:39 +00:00
committed by Compute-Runtime-Automation
parent 0b02e7a48b
commit 68300a9605
4 changed files with 32 additions and 32 deletions

View File

@ -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);