mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Improve Image surface state encoding for compression
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7adfc42b9b
commit
b57c1b9650
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user