Searched refs:clampedCount (Results 1 – 1 of 1) sorted by relevance
440 size_t clampedCount = (pipelineMax < static_cast<size_t>(maxCount)) ? in startPrepare() local443 pipelineMax : clampedCount; in startPrepare()