|
1 | 1 | /*
|
2 |
| - * Copyright (C) 2018-2024 Intel Corporation |
| 2 | + * Copyright (C) 2018-2025 Intel Corporation |
3 | 3 | *
|
4 | 4 | * SPDX-License-Identifier: MIT
|
5 | 5 | *
|
@@ -99,11 +99,11 @@ NEO::BatchBuffer::BatchBuffer(GraphicsAllocation *commandBufferAllocation, size_
|
99 | 99 | size_t usedSize, LinearStream *stream, void *endCmdPtr, uint32_t numCsrClients, bool hasStallingCmds,
|
100 | 100 | bool hasRelaxedOrderingDependencies, bool dispatchMonitorFence, bool taskCountUpdateOnly)
|
101 | 101 | : commandBufferAllocation(commandBufferAllocation), startOffset(startOffset),
|
102 |
| - chainedBatchBufferStartOffset(chainedBatchBufferStartOffset), taskStartAddress(taskStartAddress), chainedBatchBuffer(chainedBatchBuffer), |
103 |
| - lowPriority(lowPriority), |
104 |
| - throttle(throttle), sliceCount(sliceCount), |
105 |
| - usedSize(usedSize), stream(stream), endCmdPtr(endCmdPtr), numCsrClients(numCsrClients), hasStallingCmds(hasStallingCmds), |
106 |
| - hasRelaxedOrderingDependencies(hasRelaxedOrderingDependencies), dispatchMonitorFence(dispatchMonitorFence), taskCountUpdateOnly(taskCountUpdateOnly) {} |
| 102 | + chainedBatchBufferStartOffset(chainedBatchBufferStartOffset), taskStartAddress(taskStartAddress), stream(stream), endCmdPtr(endCmdPtr), |
| 103 | + numCsrClients(numCsrClients), hasStallingCmds(hasStallingCmds), hasRelaxedOrderingDependencies(hasRelaxedOrderingDependencies), |
| 104 | + dispatchMonitorFence(dispatchMonitorFence), taskCountUpdateOnly(taskCountUpdateOnly), lowPriority(lowPriority), throttle(throttle), |
| 105 | + chainedBatchBuffer(chainedBatchBuffer), sliceCount(sliceCount), |
| 106 | + usedSize(usedSize) {} |
107 | 107 |
|
108 | 108 | NEO::CommandBuffer::CommandBuffer(Device &device) : device(device) {
|
109 | 109 | flushStamp.reset(new FlushStampTracker(false));
|
|
0 commit comments