2022-03-08 13:46:04 +00:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) 2022 Intel Corporation
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include "shared/source/command_stream/stream_properties.h"
|
|
|
|
|
|
|
|
|
|
using namespace NEO;
|
|
|
|
|
|
2022-08-23 04:02:33 +00:00
|
|
|
void StateComputeModeProperties::setPropertiesExtra(const StateComputeModePropertiesSupport &supportFlags) {
|
2022-03-08 13:46:04 +00:00
|
|
|
}
|
|
|
|
|
void StateComputeModeProperties::setPropertiesExtra(const StateComputeModeProperties &properties) {
|
|
|
|
|
}
|
|
|
|
|
bool StateComputeModeProperties::isDirtyExtra() const {
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
void StateComputeModeProperties::clearIsDirtyExtra() {
|
|
|
|
|
}
|