spirv: Drop the constant_as_global as option
[mesa.git] / src / compiler / spirv / nir_spirv.h
index dd7b5b36996eea3099861d638d1a34edd891e7f3..8d5c1008aa21b0c518752a334d9365d2e2e5494d 100644 (file)
@@ -80,12 +80,6 @@ struct spirv_to_nir_options {
    nir_address_format temp_addr_format;
    nir_address_format constant_addr_format;
 
-   /* Whether UniformConstant memory should be treated as normal global memory.
-    * This is usefull for CL 2.0 implementations with fine grain system SVM
-    * support.
-    */
-   bool constant_as_global;
-
    struct {
       void (*func)(void *private_data,
                    enum nir_spirv_debug_level level,