spirv: Add subgroup shuffle support

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
Jason Ekstrand
2017-08-29 09:44:44 -07:00
parent 149b92ccf2
commit 8256ee3fa3
3 changed files with 29 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ struct spirv_supported_capabilities {
bool shader_viewport_index_layer;
bool subgroup_ballot;
bool subgroup_basic;
bool subgroup_shuffle;
bool subgroup_vote;
};