commit | 8f9f7bdfb18da401e84fa08bc92a0770ce8d8000 | [log] [tgz] |
---|---|---|
author | Alex Walters <alex.walters@imgtec.com> | Tue Feb 12 17:50:27 2019 +0000 |
committer | Alexander Galazin <Alexander.Galazin@arm.com> | Thu Feb 21 03:03:17 2019 -0500 |
tree | d561c4ad9232f88345105c2c1b226b44f5e6d743 | |
parent | 61fed46dcee9c496a0beb403dd1d178ec0f5b87b [diff] |
Fragment input components limit includes position The Vulkan limits maxFragmentInputComponent is inclusive of any components that are being used up by the built-in interface block. This means that the test of n components should consist of 4 components for the position and (n - 4) user defined components. The test should also check the maxVertexOutputComponent limit as technically there is no implied >= requirement. Affects: dEQP-VK.glsl.limits.near_max.fragment_input.components_* Component: Vulkan VK-GL-CTS Issue: 1597 Change-Id: I58adbbbaaa94dd185b024f63519dac7daf5e4b3c (cherry picked from commit 8b5781b8e7a4564ddec376828a16fd89fb8e3227)
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.
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.