radv: implement VK_KHR_shader_float_controls
[mesa.git] / src / amd / vulkan / radv_shader_info.c
index 950b5bd599d1e4a299cd4d97277ecefb06ce27f5..60e0cd22fb0c24cc685219545b16d58edc3b4807 100644 (file)
@@ -780,4 +780,5 @@ radv_nir_shader_info_pass(const struct nir_shader *nir,
                es_info->esgs_itemsize = (max_output_written + 1) * 16;
        }
 
+       info->float_controls_mode = nir->info.float_controls_execution_mode;
 }