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.cpp614 INLINE static T RoundUpEven(T value) in RoundUpEven() function
1416 size_t requiredAllocSize = sizeof(simdvector) * RoundUpEven(requiredDSVectorInvocations) * in TessellationStages()
1445 dsContext.vectorStride = RoundUpEven(requiredDSVectorInvocations); // simd8 -> simd16 in TessellationStages()