2019-09-19 01:32:33 +08:00
|
|
|
/*
|
2021-08-03 19:48:35 +08:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-09-19 01:32:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2021-12-09 04:25:47 +08:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_base.h"
|
2020-02-24 17:22:30 +08:00
|
|
|
|
2020-02-23 05:50:57 +08:00
|
|
|
#include "opencl/source/mem_obj/image.inl"
|
2019-09-19 01:32:33 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2021-12-09 04:25:47 +08:00
|
|
|
using Family = TGLLPFamily;
|
2019-09-19 01:32:33 +08:00
|
|
|
static auto gfxCore = IGFX_GEN12LP_CORE;
|
2021-12-09 04:25:47 +08:00
|
|
|
} // namespace NEO
|
2021-08-03 19:48:35 +08:00
|
|
|
#include "opencl/source/mem_obj/image_tgllp_and_later.inl"
|
2021-12-09 04:25:47 +08:00
|
|
|
|
|
|
|
// factory initializer
|
2020-02-23 05:50:57 +08:00
|
|
|
#include "opencl/source/mem_obj/image_factory_init.inl"
|