mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
refactor: correct naming of enum class constants 1/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1fcafd460a
commit
da957d1a37
@@ -405,7 +405,7 @@ CompletionStamp CommandStreamReceiverHw<GfxFamily>::flushTask(
|
||||
args.stateCacheInvalidationEnable = dispatchFlags.stateCacheInvalidation;
|
||||
MemorySynchronizationCommands<GfxFamily>::addBarrierWithPostSyncOperation(
|
||||
commandStreamTask,
|
||||
PostSyncMode::ImmediateData,
|
||||
PostSyncMode::immediateData,
|
||||
address,
|
||||
taskCount + 1,
|
||||
rootDeviceEnvironment,
|
||||
@@ -845,7 +845,7 @@ inline bool CommandStreamReceiverHw<GfxFamily>::flushBatchedSubmissions() {
|
||||
|
||||
MemorySynchronizationCommands<GfxFamily>::setBarrierWithPostSyncOperation(
|
||||
epiloguePipeControlLocation,
|
||||
PostSyncMode::ImmediateData,
|
||||
PostSyncMode::immediateData,
|
||||
getTagAllocation()->getGpuAddress(),
|
||||
lastTaskCount,
|
||||
peekRootDeviceEnvironment(),
|
||||
@@ -1334,7 +1334,7 @@ SubmissionStatus CommandStreamReceiverHw<GfxFamily>::flushPipeControl(bool state
|
||||
this->programEnginePrologue(commandStream);
|
||||
|
||||
MemorySynchronizationCommands<GfxFamily>::addBarrierWithPostSyncOperation(commandStream,
|
||||
PostSyncMode::ImmediateData,
|
||||
PostSyncMode::immediateData,
|
||||
getTagAllocation()->getGpuAddress(),
|
||||
taskCount + 1,
|
||||
peekRootDeviceEnvironment(),
|
||||
@@ -2146,7 +2146,7 @@ void CommandStreamReceiverHw<GfxFamily>::dispatchImmediateFlushClientBufferComma
|
||||
args.workloadPartitionOffset = isMultiTileOperationEnabled();
|
||||
MemorySynchronizationCommands<GfxFamily>::addBarrierWithPostSyncOperation(
|
||||
immediateCommandStream,
|
||||
PostSyncMode::ImmediateData,
|
||||
PostSyncMode::immediateData,
|
||||
address,
|
||||
this->taskCount + 1,
|
||||
peekRootDeviceEnvironment(),
|
||||
|
||||
Reference in New Issue
Block a user