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