2020-02-13 21:43:34 +08:00
|
|
|
/*
|
2021-08-03 19:48:35 +08:00
|
|
|
* Copyright (C) 2020-2021 Intel Corporation
|
2020-02-13 21:43:34 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gen8/hw_cmds.h"
|
|
|
|
#include "shared/source/image/image_surface_state.h"
|
2020-02-13 21:43:34 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
typedef BDWFamily Family;
|
|
|
|
|
2020-02-17 06:03:26 +08:00
|
|
|
template <>
|
|
|
|
void setMipTailStartLod<Family>(Family::RENDER_SURFACE_STATE *surfaceState, Gmm *gmm) {}
|
|
|
|
|
2020-02-13 21:43:34 +08:00
|
|
|
// clang-format off
|
2021-08-03 19:48:35 +08:00
|
|
|
#include "shared/source/image/image_bdw_and_later.inl"
|
2020-02-13 21:43:34 +08:00
|
|
|
// clang-format on
|
|
|
|
} // namespace NEO
|