spirv: Implement SpvCapabilitySubgroupBufferBlockIOINTEL

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7448>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2020-10-05 14:49:15 -07:00
committed by Marge Bot
parent dd39e311b3
commit eb03f29655
3 changed files with 38 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ struct spirv_supported_capabilities {
bool amd_image_gather_bias_lod;
bool intel_subgroup_shuffle;
bool intel_subgroup_buffer_block_io;
};
typedef struct shader_info {