Home
last modified time | relevance | path

Searched refs:resBits (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp824 const deUint32 resBits = tcu::Float32(outValue).bits(); in checkValue() local
825 const deBool bitMatch = (refBits ^ resBits) == 0u; in checkValue()
830 if (resBits == 0 || (ref < 0 && resBits == 0x80000000UL)) in checkValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp824 const deUint32 resBits = tcu::Float32(outValue).bits(); in checkValue() local
825 const deBool bitMatch = (refBits ^ resBits) == 0u; in checkValue()
830 if (resBits == 0 || (ref < 0 && resBits == 0x80000000UL)) in checkValue()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp312 const deUint64 resBits = tcu::Float64(result).bits(); in compare() local
314 const deUint64 accurateResBits = maskBits < 64 ? resBits >> (deUint64)maskBits : 0u; in compare()

Completed in 13 milliseconds