commit | 501ac7ba5259b7e9f6d107fe1bed304886ef7e12 | [log] [tgz] |
---|---|---|
author | Pyry Haulos <phaulos@google.com> | Mon Mar 28 17:35:44 2016 -0700 |
committer | Pyry Haulos <phaulos@google.com> | Mon Apr 04 12:47:20 2016 -0700 |
tree | 5b19955b34fedc754a03e28378384032419b99aa | |
parent | 55378cabd32d93151fe0396bb98fe457d70d201f [diff] |
Add --deqp-validation=enable/disable option Specifying --deqp-validation=enable when running Vulkan tests will result in: 1) vkt::TestCaseExecutor will create debug report callback on default instance. Any debug messages reported during test execution will be included as a separate log section in the test log. 2) vkt::Context will enable known validation layers on both default instance as well as default device. If any errors are reported (for example validation errors) test result will be set to InternalError. Change-Id: Icc89a3f57f0c19170988d7b518fe6b24dcf3df6e
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.