2020-02-13 14:43:34 +01:00
|
|
|
/*
|
2025-01-28 20:59:24 +00:00
|
|
|
* Copyright (C) 2020-2025 Intel Corporation
|
2020-02-13 14:43:34 +01:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/gen12lp/hw_cmds.h"
|
|
|
|
|
#include "shared/source/image/image_surface_state.h"
|
2020-02-13 14:43:34 +01:00
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
2025-01-28 20:59:24 +00:00
|
|
|
using GfxFamily = Gen12LpFamily;
|
|
|
|
|
}
|
2020-02-13 14:43:34 +01:00
|
|
|
|
2025-01-28 20:59:24 +00:00
|
|
|
#include "shared/source/image/image_surface_state.inl"
|
|
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
template class ImageSurfaceStateHelper<GfxFamily>;
|
2020-02-13 14:43:34 +01:00
|
|
|
} // namespace NEO
|