2019-01-10 22:36:57 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-11-29 22:41:47 +08:00
|
|
|
#include "core/gen11/hw_cmds.h"
|
2019-01-10 22:36:57 +08:00
|
|
|
#include "runtime/sampler/sampler.h"
|
|
|
|
#include "runtime/sampler/sampler.inl"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
typedef ICLFamily Family;
|
|
|
|
static auto gfxCore = IGFX_GEN11_CORE;
|
|
|
|
|
|
|
|
#include "runtime/sampler/sampler_factory_init.inl"
|
|
|
|
} // namespace NEO
|