2020-02-13 21:43:34 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gen9/hw_cmds.h"
|
|
|
|
#include "shared/source/image/image_surface_state.h"
|
2020-02-13 21:43:34 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
typedef SKLFamily Family;
|
|
|
|
|
|
|
|
// clang-format off
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/image/image_bdw_plus.inl"
|
|
|
|
#include "shared/source/image/image_skl_plus.inl"
|
2020-02-13 21:43:34 +08:00
|
|
|
// clang-format on
|
|
|
|
} // namespace NEO
|