2020-02-13 21:43:34 +08:00
|
|
|
/*
|
2023-08-30 22:41:51 +08:00
|
|
|
* Copyright (C) 2020-2023 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 {
|
|
|
|
|
2022-07-25 23:30:11 +08:00
|
|
|
using Family = Gen12LpFamily;
|
2020-02-13 21:43:34 +08:00
|
|
|
|
2021-08-03 19:48:35 +08:00
|
|
|
#include "shared/source/image/image_skl_and_later.inl"
|
2020-02-13 21:43:34 +08:00
|
|
|
} // namespace NEO
|