Update CTS to remove fragment from the required stages list.
authorNeil Henning <neil@codeplay.com>
Tue, 19 Sep 2017 21:28:50 +0000 (22:28 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 26 Sep 2017 09:55:29 +0000 (05:55 -0400)
Affects:

deQP-VK.subgroups.*

Components: Vulkan

Vulkan issue: 975

Change-Id: Iee9c6a6a5ee6c5f85ff91c2e24f7b2ccc3c1dbd0
(cherry picked from commit cc7d9548ef3a02e91991471a973817d343854fd2)

external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp

index 652be8e..b410159 100644 (file)
@@ -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;
        }