mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Update compression encoding interface + test traits
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4b1684541c
commit
c2e333fe38
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020 Intel Corporation
|
||||
* Copyright (C) 2020-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -16,7 +16,6 @@ template <>
|
||||
void setFilterMode<Family>(Family::RENDER_SURFACE_STATE *surfaceState, const HardwareInfo *hwInfo){};
|
||||
|
||||
// clang-format off
|
||||
#include "shared/source/image/image_tgllp_plus.inl"
|
||||
#include "shared/source/image/image_skl_plus.inl"
|
||||
// clang-format on
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user