Vulkan CTS 1.1.2.3

New tests:
 * Add convert tests for 8-bit integers
 * Add float <--> int conversion tests
 * Add operation tests for 8-bit integers
 * Add fp16 <-> fp64 conversion tests
 * Tests for VK_KHR_shader_float_controls
 * FP16 precision tests VK_KHR_shader_float16_int8
 * SPIR-V tests for VK_KHR_shader_float16_int8
 * Add tests for VK_EXT_scalar_block_layout
 * Add tests for OpSpecConstantOp INotEqual

Improvements:
 * Refactor: Compatible compute and graphics VerifyIO

Fixes:
 * Properly align and pad vec16x2 values in UBO array
 * Properly analyze edge0>=edge1 cases in smoothstep
 * Remove NaN from OpFOrd* and OpFUnord* tests
 * Fix array stride in uniform buffer for VK_KHR_16bit_storage
 * Don't include source files in other source files
 * Fix missing self dependency in renderpass tests
 * Add watchdog touches to dEQP-VK.api.descriptor_pool#repeated_reset_long
 * Fix swapchain creation in dEQP-VK.wsi.*.swapchain.*
 * Fix case when unsuported create flag was used for AHB
 * Correct vertex input tests on null driver
 * Correct image properties tests on Null driver
 * Fix non-constant Id in subgroupBroadcast
 * Remove texel_view uncompressed float formats
 * Fix: alloc_callback_fail.render_pass test
 * Fix: adds checking the maxPerStageResources limit
 * Fix pointer storage class for spirv_assembly tessellation tests.
 * Fix incorrect decoration on PushConstant
 * Remove unsupported image load store tests
 * Fix image feature checks for swapchain_mutable.*
Skip fconvert16 if float16 not supported

The SPIR-V instruction test for float16 wasn't checking for the float16
capability correctly so didn't work properly on implementations that
don't support it.

Components: Vulkan
VK-GL-CTS issue: 1499
Affects:
    dEQP-VK.spirv_assembly.instruction.compute.opspecconstantop.fconvert16

Change-Id: Id8dfc596acda41da670b2d6c08bde9920df99268
1 file changed
tree: 46fa5495250526f0d10da4637355d2b3f3e3d6fe
  1. .github/
  2. android/
  3. data/
  4. doc/
  5. execserver/
  6. executor/
  7. external/
  8. framework/
  9. modules/
  10. scripts/
  11. targets/
  12. .editorconfig
  13. .gitignore
  14. .travis.yml
  15. Android.mk
  16. AndroidGen.mk
  17. CMakeLists.txt
  18. LICENSE
  19. MODULE_LICENSE_APACHE2
  20. NOTICE
  21. OWNERS
  22. 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.