Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp126 if (deFloorToInt32(log2((double)value[compNdx]) + 1) > formatBitDepths[compNdx]) in isRepresentableIntegerValue()
137 if ((deFloorToInt32(log2((double)deAbs64(value[compNdx])) + 1) + 1) > formatBitDepths[compNdx]) in isRepresentableIntegerValue()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h294 DE_INLINE deInt32 deFloorToInt32 (double x) { return (deInt32)(deFloor(x)); } in deFloorToInt32() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1442 return tcu::IVec2(deFloorToInt32(ij.lo()), deFloorToInt32(ij.hi())); in calculateLinearIJRange()