commit | 4e718560a6491278b44277fcfd6a1d4a90291ba4 | [log] [tgz] |
---|---|---|
author | Maciej Jesionowski <maciej.jesionowski@amd.com> | Tue Oct 10 11:29:26 2017 +0200 |
committer | Maciej Jesionowski <maciej.jesionowski@amd.com> | Tue Oct 10 12:49:59 2017 +0200 |
tree | cc05b94d6f98061ea4c05bef5d27a9d35f11aecc | |
parent | b64f41335d011cb86ca72d339663cee95ab2f86b [diff] |
Exclude invalid spirv_assembly indexing cases 32 bit int cases were trying to convert to the same bit width, which is forbidden by the spec. We can safely remove these cases as all other tests in this group use 32 bit access, so no coverage is lost. Excluded tests: * dEQP-VK.spirv_assembly.instruction.*.indexing.*u32* * dEQP-VK.spirv_assembly.instruction.*.indexing.*s32* VK-GL-CTS issue: 702 Components: Vulkan Change-Id: I049ab07824a92f757829c4db810ab099a3fb59e6
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.