Vulkan CTS 1.1.0.3

First major Vulkan 1.1 CTS release. Adds ~44k unique test
cases that cover Vulkan 1.1 and Vulkan 1.0.
Improves the framework to handle both Vulkan 1.1 and Vulkan 1.0
implementations.

New tests for extensions:
 * Tests for VK_KHR_maintenance3
 * Tests for VK_KHR_device_group and VK_KHR_device_group_creation
 * Tests for VK_KHR_display

Other new tests:
 * Tests for shader subgroup operations
 * Tests for protected content
 * Tests for multiview
 * Tests for generating mipmaps with vkCmdBlitImage()
 * Tests for getDeviceMemoryCommitment
 * Tests for OpSMod/OpSRem
 * Tests for NEAREST filtered blitting
 * Tests for resolving between images of different sizes
 * Tests for Multisample Shader BuiltIn
 * Tests for occlusion query with fragment discard
 * Test for maxVertexInputAttributes
 * Tests for NMin, NMax and NClamp instructions
 * Tests for vkCmdClearColorImage with VK_REMAINING_ARRAY_LAYERS
 * Tests for OpAtomic* in graphics pipeline
 * Tests for FragDepth shader built-in

Improvements:
 * HLSL compilation support
 * Refactor large test groups
 * Refactor time consuming initializers

Removed tests:
 * OpUConvert with signed integer destination
Update glslang, SPIR-V commits

Components: Framework

Affects: dEQP-VK.*

Change-Id: If5830108278597a28f8043dd947bed3c20c9688d
2 files changed
tree: b297a6dcf38da041bde0dee72644c6e33d530c13
  1. android/
  2. data/
  3. doc/
  4. execserver/
  5. executor/
  6. external/
  7. framework/
  8. modules/
  9. scripts/
  10. targets/
  11. .editorconfig
  12. .gitignore
  13. Android.mk
  14. AndroidGen.mk
  15. CMakeLists.txt
  16. LICENSE
  17. MODULE_LICENSE_APACHE2
  18. NOTICE
  19. OWNERS
  20. README.md
README.md

dEQP README

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.

Documentation

Up-to-date documentation for the dEQP is available at Android Open Source Project site.

Khronos Vulkan Conformance Tests

This repository includes Khronos Vulkan CTS under external/vulkancts directory. For more information see Vulkan CTS README.

Khronos OpenGL / OpenGL ES Conformance Tests

This repository includes Khronos OpenGL / OpenGL ES CTS under external/openglcts directory. For more information see OpenGL / OpenGL ES CTS README.