mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
v3dv: allow subgroup operations in fragment shaders
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27211>
This commit is contained in:
parent
e5bfce6f46
commit
6c570f7a98
1 changed files with 2 additions and 1 deletions
|
|
@ -1387,7 +1387,8 @@ v3dv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
|||
VkPhysicalDeviceVulkan11Properties vk11 = {
|
||||
.deviceLUIDValid = false,
|
||||
.subgroupSize = V3D_CHANNELS,
|
||||
.subgroupSupportedStages = VK_SHADER_STAGE_COMPUTE_BIT,
|
||||
.subgroupSupportedStages = VK_SHADER_STAGE_COMPUTE_BIT |
|
||||
VK_SHADER_STAGE_FRAGMENT_BIT,
|
||||
.subgroupSupportedOperations = subgroup_ops,
|
||||
.subgroupQuadOperationsInAllStages = false,
|
||||
.pointClippingBehavior = VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue