mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 22:40:09 +01:00
intel/kernel: enable groups caps
This is roughly the same as SpvCapabilityGroupNonUniform (subgroup_basic). Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15486>
This commit is contained in:
parent
218db59b25
commit
bb4ff3e6e2
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ brw_kernel_from_spirv(struct brw_compiler *compiler,
|
|||
.address = true,
|
||||
.float16 = devinfo->ver >= 8,
|
||||
.float64 = devinfo->ver >= 8,
|
||||
.groups = true,
|
||||
.image_write_without_format = true,
|
||||
.int8 = devinfo->ver >= 8,
|
||||
.int16 = devinfo->ver >= 8,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue