Files
compute-runtime/opencl/source/mem_obj/definitions/buffer_ext.cpp
Zbigniew Zdanowicz 9d56939980 Refactor creation of buffer surface state 1/n
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2021-10-21 13:11:31 +02:00

18 lines
281 B
C++

/*
* Copyright (C) 2019-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/source/mem_obj/buffer.h"
#include "encode_surface_state_args.h"
namespace NEO {
void Buffer::appendSurfaceStateArgs(EncodeSurfaceStateArgs &args) {
}
} // namespace NEO