Home
last modified time | relevance | path

Searched refs:RoundUpEven (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp602 INLINE static T RoundUpEven(T value) in RoundUpEven() function
1282 …size_t requiredAllocSize = sizeof(simdvector) * RoundUpEven(requiredDSVectorInvocations) * tsState… in TessellationStages()
1309 dsContext.vectorStride = RoundUpEven(requiredDSVectorInvocations); // simd8 -> simd16 in TessellationStages()