/* * Copyright (C) 2017-2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "hw_cmds.h" #include "runtime/mem_obj/image.h" #include "runtime/mem_obj/image.inl" #include namespace OCLRT { typedef BDWFamily Family; static auto gfxCore = IGFX_GEN8_CORE; template void ImageHw::setMediaSurfaceRotation(void *) {} template void ImageHw::setSurfaceMemoryObjectControlStateIndexToMocsTable(void *, uint32_t) {} #include "runtime/mem_obj/image_factory_init.inl" } // namespace OCLRT