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