Rename functions

Rename getEngines to getAllEngines
Rename engines to allEngines
Rename getEngineGroups to getRegularEngineGroups
Rename engineGroups to regularEngineGroups

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2021-12-13 12:45:24 +00:00
committed by Compute-Runtime-Automation
parent 3fd938a124
commit 64aec8dc4e
36 changed files with 185 additions and 185 deletions

View File

@@ -74,7 +74,7 @@ void RootDevice::initializeRootCommandStreamReceiver() {
commandStreamReceivers.push_back(std::move(rootCommandStreamReceiver));
EngineControl engine{commandStreamReceivers.back().get(), osContext};
engines.push_back(engine);
allEngines.push_back(engine);
addEngineToEngineGroup(engine);
}