From 41af69a0c0d93b2f1c0c11b3f7310281fbfb1419 Mon Sep 17 00:00:00 2001 From: Tomasz Owczarek Date: Tue, 9 Nov 2021 16:53:02 +0000 Subject: Disable depth clamp for graphics pipeline creation tests. Not all GPUs does support depth clamp feature. Disable depth clamp in pipeline creation tests as it's not used by tests itself and isn't required to test pipeline creation. Affects: dEQP-VK.pipeline.creation_cache_control.graphics_pipelines.* Components: Vulkan VK-GL-CTS issue: 3297 Change-Id: I59ed04bfcd1e5fc4b79dae31e254ff48c3410a5b --- .../modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp') diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp index 8e2673f3a..c1c1bc9f8 100644 --- a/external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp +++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp @@ -608,7 +608,7 @@ VkGraphicsPipelineCreateInfo getPipelineCreateInfoCommon() VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO, // sType DE_NULL, // pNext VkPipelineRasterizationStateCreateFlags{}, // flags - VK_TRUE, // depthClampEnable + VK_FALSE, // depthClampEnable VK_TRUE, // rasterizerDiscardEnable VK_POLYGON_MODE_FILL, // polygonMode VK_CULL_MODE_NONE, // cullMode -- cgit v1.2.3