Files
compute-runtime/runtime/gen8/image_gen8.cpp
kamdiedrich 27c2242576 Move programminng image surface state to core folder [5/n]
Change-Id: I062e3367b6398af6198847c80113a6c2aea2bb73
2020-02-17 09:55:29 +01:00

27 lines
539 B
C++

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