nir/vtn: Convert constant samplers to variables with data

Reviewd-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5242>
This commit is contained in:
Jesse Natalie
2020-05-01 10:47:58 -07:00
committed by Marge Bot
parent 397730edd5
commit b778e7bd6c
6 changed files with 88 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ struct spirv_supported_capabilities {
bool integer_functions2;
bool kernel;
bool kernel_image;
bool literal_sampler;
bool min_lod;
bool multiview;
bool physical_storage_buffer_address;