2020-02-13 21:43:34 +08:00
|
|
|
/*
|
2021-01-29 18:17:10 +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/gen12lp/hw_cmds.h"
|
|
|
|
#include "shared/source/image/image_surface_state.h"
|
2020-02-13 21:43:34 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
using Family = TGLLPFamily;
|
|
|
|
|
|
|
|
// clang-format off
|
2021-08-03 19:48:35 +08:00
|
|
|
#include "shared/source/image/image_bdw_and_later.inl"
|
|
|
|
#include "shared/source/image/image_skl_and_later.inl"
|
2020-02-13 21:43:34 +08:00
|
|
|
// clang-format on
|
|
|
|
} // namespace NEO
|