mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +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
@@ -33,7 +33,7 @@ class TimestampPackets : public TagTypeBase {
|
||||
return AllocationType::TIMESTAMP_PACKET_TAG_BUFFER;
|
||||
}
|
||||
|
||||
static constexpr TagNodeType getTagNodeType() { return TagNodeType::TimestampPacket; }
|
||||
static constexpr TagNodeType getTagNodeType() { return TagNodeType::timestampPacket; }
|
||||
|
||||
static constexpr size_t getSinglePacketSize() { return sizeof(Packet); }
|
||||
|
||||
@@ -165,7 +165,7 @@ struct TimestampPacketHelper {
|
||||
PipeControlArgs args;
|
||||
args.dcFlushEnable = MemorySynchronizationCommands<GfxFamily>::getDcFlushEnable(true, rootDeviceEnvironment);
|
||||
MemorySynchronizationCommands<GfxFamily>::addBarrierWithPostSyncOperation(
|
||||
cmdStream, PostSyncMode::ImmediateData,
|
||||
cmdStream, PostSyncMode::immediateData,
|
||||
cacheFlushTimestampPacketGpuAddress, 0, rootDeviceEnvironment, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user