.descriptor_array_non_uniform_indexing = true,
.image_read_without_format = true,
.image_write_without_format = true,
+ .int64 = true,
+ .float64 = true,
},
.ubo_addr_format = nir_address_format_32bit_index_offset,
.ssbo_addr_format = nir_address_format_32bit_index_offset,
} while (progress);
}
+ NIR_PASS_V(nir, nir_lower_doubles, NULL, nir->options->lower_doubles_options);
+
if (conf->declared_read_only_images_as_srvs)
NIR_PASS_V(nir, nir_lower_readonly_images_to_tex, true);
nir_lower_tex_options lower_tex_options = {