2019-09-04 22:44:27 +08:00
|
|
|
/*
|
2020-02-21 22:35:08 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-09-04 22:44:27 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
2019-09-04 22:44:27 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
bool CommandStreamReceiver::createPerDssBackedBuffer(Device &device) {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
} // namespace NEO
|