aco: implement 16-bit nir_op_fsat
[mesa.git] / src / util / disk_cache.h
index a77bb678b1adde305d4a549c641e335ff84d47af..09b316e6e8d0600e35c224dcea923d7b5d4bf1e3 100644 (file)
@@ -174,6 +174,12 @@ disk_cache_create(const char *gpu_name, const char *timestamp,
 void
 disk_cache_destroy(struct disk_cache *cache);
 
+/* Wait for all previous disk_cache_put() calls to be processed (used for unit
+ * testing).
+ */
+void
+disk_cache_wait_for_idle(struct disk_cache *cache);
+
 /**
  * Remove the item in the cache under the name \key.
  */