Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h300 DE_INLINE deInt64 deRoundFloatToInt64 (float x) { if(x >= 0.0f) return (deInt64)(x + 0.5f); els… in deRoundFloatToInt64() function
/third_party/vk-gl-cts/modules/glshared/
DglsFragOpInteractionCase.cpp399 const deUint64 fixedValue = deRoundFloatToInt64(v * (float)maxFixedValue); in getWellBehavingChannelColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp517 …const deInt64 minStoreValue = storeNegativeValues ? 0 - deRoundFloatToInt64((float)de::max(xMax, y… in initPrograms()
518 …const deInt64 maxStoreValue = storeNegativeValues ? deRoundFloatToInt64((float)de::max(xMax, yMax)… in initPrograms()