From: Neil Henning Date: Tue, 19 Sep 2017 21:28:50 +0000 (+0100) Subject: Update CTS to remove fragment from the required stages list. X-Git-Tag: upstream/1.3.5~2565^2~125^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaec8fa440b2fe818c59bb7c77a550fb6fe990a5;p=platform%2Fupstream%2FVK-GL-CTS.git Update CTS to remove fragment from the required stages list. Affects: deQP-VK.subgroups.* Components: Vulkan Vulkan issue: 975 Change-Id: Iee9c6a6a5ee6c5f85ff91c2e24f7b2ccc3c1dbd0 (cherry picked from commit cc7d9548ef3a02e91991471a973817d343854fd2) --- diff --git a/external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp b/external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp index 652be8e..b410159 100644 --- a/external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp +++ b/external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp @@ -819,7 +819,6 @@ bool vkt::subgroups::areSubgroupOperationsRequiredForStage( { default: return false; - case VK_SHADER_STAGE_FRAGMENT_BIT: case VK_SHADER_STAGE_COMPUTE_BIT: return true; }