55dd4426673bd260dde56addcfea802f21c31304 |
|
08-Feb-2017 |
Mika Isojärvi <misojarvi@google.com> |
Add create functions for common Vulkan types. These functions simplify creating the Vulkan objects by taking the arguments directly instead of passing through struct. Multiple test cases already reimplement these functions. VK-GL-CTS issue: 465 Components: Vulkan Change-Id: I09f6b0163b5aa2198617230767cd072185afe45c (cherry picked from commit da03200a87f51bed33b3c3030ecbb6df06ff4f60)
/external/deqp/external/vulkancts/modules/vulkan/tessellation/vktTessellationCommonEdgeTests.cpp
|
1d185cb7ef57f375fcdf78cb50a7b4b5e3e4923e |
|
09-Mar-2017 |
Pyry Haulos <phaulos@google.com> |
Fix validation errors in dEQP-VK.tessellation This fixes several invalid VkExtent3D::depth values for 2D image operations as well as couple of interface mismatches. Changed tests: dEQP-VK.tessellation.* VK-GL-CTS issue: 222 Components: Vulkan Change-Id: I3da2de6fdf5df7cb89717e35bade73b43e9d3a7d
/external/deqp/external/vulkancts/modules/vulkan/tessellation/vktTessellationCommonEdgeTests.cpp
|
6e5ef4c51158771e71f72c70980b4dbd78f011f2 |
|
12-May-2016 |
Pyry Haulos <phaulos@google.com> |
Fix warnings in tessellation and spec constant tests
/external/deqp/external/vulkancts/modules/vulkan/tessellation/vktTessellationCommonEdgeTests.cpp
|
abbf1c4efd3388dcfe59d125e5f33140c444a53a |
|
18-Mar-2016 |
Maciej Jesionowski <maciej.jesionowski@mobica.com> |
Add tessellation shader tests (ported from ES 3.1) Changes with respect to original tests: - Transform Feedback replaced with SSBO usage (impacted some failure conditions) - Geometry shader had to be used in some situations - GL queries replaced with Vulkan limits checks - Negative tests not ported due to ShaderLibrary limitation (shaders that fail compilation aren't supported) Mustpass exclusions: - Tests in `user_defined_io` group
/external/deqp/external/vulkancts/modules/vulkan/tessellation/vktTessellationCommonEdgeTests.cpp
|