mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
broadcom/compiler: support arithmetic subgroup operations
This adds support for subgroup reduce operations and subgroup scan operations. We rely on nir lowering to lower these. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37836>
This commit is contained in:
parent
cdef2c0b61
commit
fc2ee4d407
1 changed files with 2 additions and 1 deletions
|
|
@ -872,7 +872,8 @@ get_device_properties(const struct v3dv_physical_device *device,
|
|||
VK_SUBGROUP_FEATURE_SHUFFLE_BIT |
|
||||
VK_SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT |
|
||||
VK_SUBGROUP_FEATURE_VOTE_BIT |
|
||||
VK_SUBGROUP_FEATURE_QUAD_BIT;
|
||||
VK_SUBGROUP_FEATURE_QUAD_BIT |
|
||||
VK_SUBGROUP_FEATURE_ARITHMETIC_BIT;
|
||||
}
|
||||
|
||||
/* FIXME: this will probably require an in-depth review */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue