Home
last modified time | relevance | path

Searched refs:deRound (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.c134 return 2.0 * deRound(a / 2.0); in deRoundEven()
135 return deRound(a); in deRoundEven()
H A DdeMath.h181 DE_INLINE double deRound (double a) { return floor(a + 0.5); } in deRound() function
/third_party/vk-gl-cts/modules/egl/
H A DteglWideColorTests.cpp868 expected = static_cast<deUint32>(deRound(reference * 1023.0)); in expectedUint10()
893 expected = static_cast<deUint32>(deRound(reference * 3.0)); in expectedAlpha2()
928 expected = static_cast<deUint8>(deRound(srgbReference * 255.0)); in expectedUint8()
932 expected = static_cast<deUint8>(deRound(reference * 255.0)); in expectedUint8()
957 expected = static_cast<deUint8>(deRound(reference * 255.0)); in expectedAlpha8()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp14431 case 0: result = deRound(d); break;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp14333 case 0: result = deRound(d); break;

Completed in 48 milliseconds