Searched refs:newReorderDepth (Results 1 – 1 of 1) sorted by relevance
1688 std::optional<uint32_t> newInputDelay, newPipelineDelay, newOutputDelay, newReorderDepth; in handleWork() local1701 newReorderDepth = reorderDepth.value; in handleWork()1801 if (newReorderKey || newReorderDepth || needMaxDequeueBufferCountUpdate) { in handleWork()1810 if (newReorderDepth) { in handleWork()1811 output->buffers->setReorderDepth(newReorderDepth.value()); in handleWork()