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