Improve Image surface state encoding for compression

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-01-27 19:55:34 +01:00
committed by Compute-Runtime-Automation
parent 7adfc42b9b
commit b57c1b9650
9 changed files with 44 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -14,6 +14,7 @@ using Family = NEO::BDWFamily;
#include "shared/source/command_container/command_encoder.inl"
#include "shared/source/command_container/command_encoder_bdw_plus.inl"
#include "shared/source/command_container/encode_compute_mode_bdw_plus.inl"
#include "shared/source/command_container/image_surface_state/compression_params_bdw_plus.inl"
namespace NEO {
template struct EncodeDispatchKernel<Family>;