mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
style: configure readability-identifier-naming.LocalVariableCase
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
24669e0219
commit
819e0f5515
@ -131,7 +131,7 @@ struct UltCommandStreamReceiverTest
|
||||
slmUsed = true;
|
||||
}
|
||||
|
||||
uint32_t L3Config = PreambleHelper<GfxFamily>::getL3Config(*defaultHwInfo, slmUsed);
|
||||
uint32_t l3Config = PreambleHelper<GfxFamily>::getL3Config(*defaultHwInfo, slmUsed);
|
||||
|
||||
auto &commandStreamReceiver = pDevice->getUltCommandStreamReceiver<GfxFamily>();
|
||||
commandStreamReceiver.isPreambleSent = true;
|
||||
@ -144,7 +144,7 @@ struct UltCommandStreamReceiverTest
|
||||
auto mocsIndex = hwHelper.getMocsIndex(*gmmHelper, true, isL1CacheEnabled);
|
||||
|
||||
commandStreamReceiver.latestSentStatelessMocsConfig = mocsIndex;
|
||||
commandStreamReceiver.lastSentL3Config = L3Config;
|
||||
commandStreamReceiver.lastSentL3Config = l3Config;
|
||||
configureCSRHeapStatesToNonDirty<GfxFamily>();
|
||||
commandStreamReceiver.taskLevel = taskLevel;
|
||||
|
||||
|
Reference in New Issue
Block a user