spirv: Add initial subgroup support

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
Jason Ekstrand
2017-04-28 04:45:50 -07:00
parent 5162a1d884
commit adc077797a
7 changed files with 145 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ struct spirv_supported_capabilities {
bool variable_pointers;
bool storage_16bit;
bool shader_viewport_index_layer;
bool subgroup_basic;
};
typedef struct shader_info {