SaschaWillems / vulkan.gpuinfo.org

Front-End and Back-End for the Vulkan Hardware Database
https://vulkan.gpuinfo.org
GNU Affero General Public License v3.0
23 stars 4 forks source link

subgroupSupportedStages filled not correctly #66

Open christophe-lunarg opened 1 year ago

christophe-lunarg commented 1 year ago

Looking at some profiles files: https://vulkan.gpuinfo.org/displayreport.php?id=19822 https://vulkan.gpuinfo.org/displayreport.php?id=19808

subgroupSupportedStages is filled incorrectly with VK_SHADER_STAGE_ALL.

                    "subgroupSupportedStages": [
                        "VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT",
                        "VK_SHADER_STAGE_FRAGMENT_BIT",
                        "VK_SHADER_STAGE_COMPUTE_BIT",
                        "VK_SHADER_STAGE_ALL_GRAPHICS",
                        "VK_SHADER_STAGE_ALL"
                    ],

In Vulkan Caps Viewer, the value is correct: image

christophe-lunarg commented 1 year ago

I think this concerns VK_SHADER_STAGE_ALL_GRAPHICS as well.

SaschaWillems commented 1 year ago

Interestingly the reports you piosted are both on Mac. I'll try to find out what's wrong here.