spirv: Implement the function portion of the Linkage capability

Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15486>
This commit is contained in:
Jason Ekstrand
2020-10-23 14:22:23 -05:00
committed by Marge Bot
parent 80a076382d
commit 4b2c78c08a
5 changed files with 47 additions and 3 deletions

View File

@@ -72,6 +72,7 @@ struct spirv_supported_capabilities {
bool kernel;
bool kernel_image;
bool kernel_image_read_write;
bool linkage;
bool literal_sampler;
bool mesh_shading_nv;
bool min_lod;