Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h226 DE_INLINE deInt32 deRoundToInt32 (double x) { if(x >= 0.0) return (deInt32)(x + 0.5); else ret… in deRoundToInt32() function
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1552 …return tcu::IVec2(deRoundToInt32(ij.lo() - coordFormat.ulp(ij.lo(), 1)), deRoundToInt32(ij.hi() + … in calculateNearestIJRange()