Searched refs:alignedCount (Results 1 – 1 of 1) sorted by relevance
17926 const size_t alignedCount = (compCount == 3) ? 4 : compCount; in getInputDataV() local17927 const size_t newCountX = static_cast<size_t>(deSqrt(double(count * alignedCount))); in getInputDataV()17932 DE_ASSERT(newCountX * newCountX == alignedCount * count); in getInputDataV()