Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp311 const deUint64 refBits = tcu::Float64(reference).bits(); in compare() local
313 const deUint64 accurateRefBits = maskBits < 64 ? refBits >> (deUint64)maskBits : 0u; in compare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp823 const deUint32 refBits = tcu::Float32(ref).bits(); in checkValue() local
825 const deBool bitMatch = (refBits ^ resBits) == 0u; in checkValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp823 const deUint32 refBits = tcu::Float32(ref).bits(); in checkValue() local
825 const deBool bitMatch = (refBits ^ resBits) == 0u; in checkValue()

Completed in 8 milliseconds