Vulkan CTS 1.0.2.5

New tests:
 * Add tests for VK_KHR_relaxed_block_layouts

Fixes:
 * Select correct memory heap index for memory import
 * Fix layout transition in blitting tests
 * Add metadata bindings in sparse tests
 * Fix incorrect scale in pipeline_barrier tests
 * copies_and_blitting: fix ambiguous signed normalized 1.0 value
 * Relax threshold in cube map filtering tests
 * cross_instance sync: run without VK_KHR_get_memory_requirements2
 * Refactor synchronization test code to avoid compiler warning
 * Fix gcc 5.4 warnings
 * Add option to skip fetch external sources
 * Reduce the max number of concurrent pipeline cache objects
Allow VK_KHR_relaxed_block_layout extension

VK-GL-CTS Issue: 596

Affects:
dEQP-VK.api.info.device.extensions

Change-Id: I25395cbc76e2a4a176c74e9d46f16f3e105c4669
Component: Vulkan
1 file changed
tree: 75403dda3943141217ac1ab2ba3e9ef6850c482d
  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. CMakeLists.txt
  15. LICENSE
  16. MODULE_LICENSE_APACHE2
  17. NOTICE
  18. 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.