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