commit | 066eac79983dacc684c82f603da6c790e2dd8273 | [log] [tgz] |
---|---|---|
author | Ilkka Saarelainen <ilkka.saarelainen@siru.fi> | Fri Oct 05 10:03:52 2018 +0300 |
committer | Alexander Galazin <Alexander.Galazin@arm.com> | Wed Oct 17 05:12:59 2018 -0400 |
tree | 92e5ca9fdaeb03ad50cb5b599d2d426dfcad6ab4 | |
parent | 44c5b48f565ca84d8c563f5082a5ec3c1b95e3e0 [diff] |
Fix YCbCr requirement in image_format_properties tests This changes image_format_properties tests to treat YCbCr formats equally to other formats when VK_IMAGE_CREATE_SPARSE_BINDING_BIT is used. This also removes testing image format properties with create flags containing VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT and/or VK_IMAGE_CREATE_SPARSE_ALIASED_BIT but not VK_IMAGE_CREATE_SPARSE_BINDING_BIT because such flag combinations are against API usage guide. Affects: dEQP-VK.api.info.image_format_properties.* Components: Vulkan VK-GL-CTS issue: 1063 Change-Id: I9135108c360f4c9ac7ae7b0238c9842fd4a21792
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.