summaryrefslogtreecommitdiff
path: root/external/vulkancts/modules/vulkan/device_group
diff options
context:
space:
mode:
authorSimen Kaspersen <Simen.Kaspersen@arm.com>2018-08-01 13:12:14 +0200
committerAlexander Galazin <Alexander.Galazin@arm.com>2018-08-07 04:52:30 -0400
commit6a3b5df8376e529756b1133704f38e163e0898d6 (patch)
tree1556688343ddedaa2899d810ba9ca7b143c89d2d /external/vulkancts/modules/vulkan/device_group
parentcfb8d04724da69306602c91c077eebf0af03719c (diff)
downloadVK-GL-CTS-6a3b5df8376e529756b1133704f38e163e0898d6.tar.gz
VK-GL-CTS-6a3b5df8376e529756b1133704f38e163e0898d6.tar.bz2
VK-GL-CTS-6a3b5df8376e529756b1133704f38e163e0898d6.zip
Remove unconditional depth_clamping for 1.1.1
Changed depthClampEnable from VK_TRUE to VK_FALSE where it is not needed. Depth clamp specific tests in builtin_var.fragdepth set as not supported for incompatible systems. NB: Carries the same changes as 1.1.0 patch for depth_clamping, along with changes that are specific for 1.1.1. Affects: dEQP-VK.device_group.* dEQP-VK.api.object_management.*.graphics_pipeline dEQP-VK.binding_model.shader_access.* dEQP-VK.glsl.builtin_var.fragdepth.* dEQP-VK.synchronization.smoke.* dEQP-VK.renderpass.* dEQP-VK.spirv_assembly.* dEQP-VK.api.smoke.unused_resolve_attachment dEQP-VK.wsi.android.incremental_present.* dEQP-VK.memory.pipeline_barrier.* Components: Vulkan VK-GL-CTS issue: 1286 Change-Id: I0e322c65561c25339fe56e3122401d92df7623a6
Diffstat (limited to 'external/vulkancts/modules/vulkan/device_group')
-rwxr-xr-xexternal/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cpp b/external/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cpp
index 026340fc8..7b54a9a3a 100755
--- a/external/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cpp
+++ b/external/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cpp
@@ -1276,7 +1276,7 @@ tcu::TestStatus DeviceGroupTestInstance::iterate (void)
VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO, // sType
DE_NULL, // pNext
0u, // flags
- VK_TRUE, // depthClampEnable
+ VK_FALSE, // depthClampEnable
VK_FALSE, // rasterizerDiscardEnable
m_fillModeNonSolid ? VK_POLYGON_MODE_LINE : VK_POLYGON_MODE_FILL, // polygonMode
VK_CULL_MODE_NONE, // cullMode