2022-03-08 21:46:04 +08:00
|
|
|
/*
|
2024-09-12 19:36:58 +08:00
|
|
|
* Copyright (C) 2022-2024 Intel Corporation
|
2022-03-08 21:46:04 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/command_stream/stream_properties.h"
|
|
|
|
|
|
|
|
using namespace NEO;
|
|
|
|
|
2023-02-10 17:51:27 +08:00
|
|
|
void StateComputeModeProperties::setPropertiesExtraPerContext() {
|
2022-03-08 21:46:04 +08:00
|
|
|
}
|
2023-02-10 17:51:27 +08:00
|
|
|
|
2023-03-11 02:36:22 +08:00
|
|
|
void StateComputeModeProperties::copyPropertiesExtra(const StateComputeModeProperties &properties) {
|
2022-03-08 21:46:04 +08:00
|
|
|
}
|
2023-02-10 17:51:27 +08:00
|
|
|
|
2022-03-08 21:46:04 +08:00
|
|
|
bool StateComputeModeProperties::isDirtyExtra() const {
|
|
|
|
return false;
|
|
|
|
}
|
2023-02-10 17:51:27 +08:00
|
|
|
|
|
|
|
void StateComputeModeProperties::clearIsDirtyExtraPerContext() {
|
|
|
|
}
|
2023-04-04 06:03:02 +08:00
|
|
|
|
|
|
|
void StateComputeModeProperties::resetStateExtra() {
|
|
|
|
}
|