Searched refs:newReorderDepth (Results 1 – 1 of 1) sorted by relevance
2287 std::optional<uint32_t> newInputDelay, newPipelineDelay, newOutputDelay, newReorderDepth; in handleWork() local2300 newReorderDepth = reorderDepth.value; in handleWork()2401 if (newReorderKey || newReorderDepth || needMaxDequeueBufferCountUpdate) { in handleWork()2410 if (newReorderDepth) { in handleWork()2411 output->buffers->setReorderDepth(newReorderDepth.value()); in handleWork()