Home
last modified time | relevance | path

Searched refs:resBits0 (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp684 const deUint32 resBits0 = tcu::Float32(res0).bits(); in iterate() local
687 const int diff0 = de::abs((int)refBits0 - (int)resBits0); in iterate()
697 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")" in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp684 const deUint32 resBits0 = tcu::Float32(res0).bits(); in iterate() local
687 const int diff0 = de::abs((int)refBits0 - (int)resBits0); in iterate()
697 << ", got vec2(" << res0 << " / " << tcu::toHex(resBits0) << ", " << res1 << " / " << tcu::toHex(resBits1) << ")" in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp850 const deUint32 resBits0 = tcu::Float32(out0).bits(); in printErrorMessage() local
857 << ", got vec2(" << out0 << " / " << tcu::toHex(resBits0) << ", " << out1 << " / " << tcu::toHex(resBits1) << ")" in printErrorMessage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp850 const deUint32 resBits0 = tcu::Float32(out0).bits(); in printErrorMessage() local
857 << ", got vec2(" << out0 << " / " << tcu::toHex(resBits0) << ", " << out1 << " / " << tcu::toHex(resBits1) << ")" in printErrorMessage()

Completed in 11 milliseconds