v3dv: fix clang warning
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33878>
This commit is contained in:
committed by
Marge Bot
parent
8b7389b1a9
commit
386e777cad
@@ -1045,7 +1045,7 @@ get_device_properties(const struct v3dv_physical_device *device,
|
||||
.subgroupSize = V3D_CHANNELS,
|
||||
.subgroupSupportedStages = VK_SHADER_STAGE_COMPUTE_BIT |
|
||||
VK_SHADER_STAGE_FRAGMENT_BIT,
|
||||
.subgroupSupportedOperations = VK_SUBGROUP_FEATURE_BASIC_BIT,
|
||||
.subgroupSupportedOperations = subgroup_ops,
|
||||
.subgroupQuadOperationsInAllStages = false,
|
||||
.pointClippingBehavior = VK_POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES,
|
||||
.maxMultiviewViewCount = MAX_MULTIVIEW_VIEW_COUNT,
|
||||
@@ -1230,8 +1230,6 @@ get_device_properties(const struct v3dv_physical_device *device,
|
||||
.maxComputeWorkgroupSubgroups = 16, /* 256 / 16 */
|
||||
.requiredSubgroupSizeStages = VK_SHADER_STAGE_COMPUTE_BIT,
|
||||
|
||||
.subgroupSupportedOperations = subgroup_ops,
|
||||
|
||||
/* VK_KHR_maintenance5 */
|
||||
.earlyFragmentMultisampleCoverageAfterSampleCounting = true,
|
||||
.earlyFragmentSampleMaskTestBeforeSampleCounting = true,
|
||||
|
||||
Reference in New Issue
Block a user