2021-10-21 09:30:53 +08:00
|
|
|
/*
|
2023-01-21 01:45:04 +08:00
|
|
|
* Copyright (C) 2021-2023 Intel Corporation
|
2021-10-21 09:30:53 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/command_container/definitions/encode_surface_state_args_base.h"
|
2023-01-21 01:45:04 +08:00
|
|
|
#include "shared/source/command_container/encode_surface_state.h"
|
2021-10-21 09:30:53 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
template <typename GfxFamily>
|
|
|
|
void EncodeSurfaceState<GfxFamily>::appendBufferSurfaceState(EncodeSurfaceStateArgs &args) {
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace NEO
|