commit | 000e5e5b71561a9f4ff411219f034cb72879b56f | [log] [tgz] |
---|---|---|
author | Boris Zanin <boris.zanin@mobica.com> | Wed Oct 17 15:50:49 2018 +0200 |
committer | Alexander Galazin <Alexander.Galazin@arm.com> | Wed Oct 24 02:44:40 2018 -0400 |
tree | 83c7e3b5e65b0569add9fdb444aeb118cf0bb83d | |
parent | 438c03a2a78aba3d75d7cce39917ec6332adf7f8 [diff] |
Remove NaN from OpFOrd* and OpFUnord* tests Due to Vulkan specification enables NaNs to be unsupported by implementation, the NaN values cannot be processed. As it is quite complicated to remove NaNs from tested values stream this fix just blocks their analysis. Following instructions are not fully tested now: * OpFOrdEqual * OpFOrdGreaterThan * OpFOrdLessThan * OpFOrdGreaterThanEqual * OpFOrdLessThanEqual * OpFUnordEqual * OpFUnordGreaterThan * OpFUnordLessThan * OpFUnordGreaterThanEqual * OpFUnordLessThanEqual Affected tests: * dEQP-VK.glsl.builtin.precision.comparison.mediump_compute.* * dEQP-VK.glsl.builtin.precision.comparison.highp_compute.* * dEQP-VK.glsl.builtin.precision_fp16_storage16b.comparison.compute.* * dEQP-VK.glsl.builtin.precision_fp16_storage32b.comparison.compute.* Components: Vulkan VK-GL-CTS issue: 1423 Change-Id: Ic64cfdbe23d796de90dae0931109421ded2b526a
This repository contains a GPU testing suite called dEQP (drawElements Quality Program). dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.
Up-to-date documentation for the dEQP is available at Android Open Source Project site.
The .qpa logs generated by the conformance tests may contain embedded png images of the results. These can be viewed with the Cherry tool.
This repository includes Khronos Vulkan CTS under external/vulkancts
directory. For more information see Vulkan CTS README.
This repository includes Khronos OpenGL / OpenGL ES CTS under external/openglcts
directory. For more information see OpenGL / OpenGL ES CTS README.