mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
refactor: define initial value for TimestampPacket
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
501c8e87d7
commit
5aeffbf673
@@ -64,7 +64,7 @@ struct TimestampPacketTests : public ::testing::Test {
|
||||
|
||||
typename FamilyType::TimestampPacketType zeros[4] = {};
|
||||
|
||||
for (uint32_t i = 0; i < TimestampPacketSizeControl::preferredPacketCount; i++) {
|
||||
for (uint32_t i = 0; i < TimestampPacketConstants::preferredPacketCount; i++) {
|
||||
tagNode->assignDataToAllTimestamps(i, zeros);
|
||||
}
|
||||
tagNode->setPacketsUsed(packetsUsed);
|
||||
|
||||
Reference in New Issue
Block a user