vtn: Add a cap for CL drivers to support read-write images
This is a required CL2.0, optional CL3.0 feature Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10181>
This commit is contained in:
@@ -67,6 +67,7 @@ struct spirv_supported_capabilities {
|
||||
bool integer_functions2;
|
||||
bool kernel;
|
||||
bool kernel_image;
|
||||
bool kernel_image_read_write;
|
||||
bool literal_sampler;
|
||||
bool min_lod;
|
||||
bool multiview;
|
||||
|
Reference in New Issue
Block a user