Always check SubgroupSize when requesting one
authorRicardo Garcia <rgarcia@igalia.com>
Tue, 7 Feb 2023 13:44:01 +0000 (14:44 +0100)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 13 Feb 2023 16:08:04 +0000 (16:08 +0000)
commit4801a8c5289de9b8431093152b4f99c33633fbf7
treef7359bbffc4243d3fa17ebc6a6a51aa01d82ba7c
parent64c31caf6106190458c58ea9bebeb0de8039b309
Always check SubgroupSize when requesting one

Some dEQP-VK.subgroups.size_control.* tests request a specific subgroup
size using VkPipelineShaderStageRequiredSubgroupSizeCreateInfo
structures, but then do not check the obtained SubgroupSize value in the
shader is correct and matches the expected value.

Affects:
dEQP-VK.subgroups.size_control.*

Components: Vulkan
VK-GL-CTS issue: 4274

Change-Id: I01a7fac9ea0e720ad5ed1bb54dc6f2de352e9cbe
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsSizeControlTests.cpp