| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_disk_cache.h | 29 struct disk_cache; 40 lima_vs_disk_cache_retrieve(struct disk_cache *cache, 44 lima_fs_disk_cache_retrieve(struct disk_cache *cache, 48 lima_vs_disk_cache_store(struct disk_cache *cache, 53 lima_fs_disk_cache_store(struct disk_cache *cache,
|
| H A D | lima_screen.h | 32 #include "util/disk_cache.h" 96 struct disk_cache *disk_cache; member in struct:lima_screen
|
| H A D | lima_disk_cache.c | 29 #include "util/disk_cache.h" 37 lima_vs_disk_cache_store(struct disk_cache *cache, 65 lima_fs_disk_cache_store(struct disk_cache *cache, 92 lima_vs_disk_cache_retrieve(struct disk_cache *cache, 144 lima_fs_disk_cache_retrieve(struct disk_cache *cache, 204 screen->disk_cache = disk_cache_create(screen->base.get_name(&screen->base), timestamp, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | disk_cache_os.h | 46 struct disk_cache { struct 83 struct disk_cache *cache; 101 disk_cache_evict_lru_item(struct disk_cache *cache); 104 disk_cache_evict_item(struct disk_cache *cache, char *filename); 107 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key, 111 disk_cache_load_item(struct disk_cache *cache, char *filename, size_t *size); 114 disk_cache_get_cache_filename(struct disk_cache *cache, const cache_key key); 127 disk_cache_load_cache_index(void *mem_ctx, struct disk_cache *cache); 130 disk_cache_mmap_cache_index(void *mem_ctx, struct disk_cache *cache, 134 disk_cache_destroy_mmap(struct disk_cache *cach [all...] |
| H A D | disk_cache.h | 78 struct disk_cache; 174 struct disk_cache * 182 disk_cache_destroy(struct disk_cache *cache); 188 disk_cache_wait_for_idle(struct disk_cache *cache); 194 disk_cache_remove(struct disk_cache *cache, const cache_key key); 206 disk_cache_put(struct disk_cache *cache, const cache_key key, 222 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, 240 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size); 252 disk_cache_put_key(struct disk_cache *cache, const cache_key key); 265 disk_cache_has_key(struct disk_cache *cach [all...] |
| H A D | disk_cache.c | 48 #include "disk_cache.h" 71 struct disk_cache * 76 struct disk_cache *cache = NULL; 91 cache = rzalloc(NULL, struct disk_cache); 231 disk_cache_destroy(struct disk_cache *cache) 247 disk_cache_wait_for_idle(struct disk_cache *cache) 253 disk_cache_remove(struct disk_cache *cache, const cache_key key) 264 create_put_job(struct disk_cache *cache, const cache_key key, 362 disk_cache_put(struct disk_cache *cache, const cache_key key, 385 disk_cache_put_nocopy(struct disk_cache *cach [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/ |
| H A D | invocation.hpp | 27 #include <util/disk_cache.h> 39 struct disk_cache *create_clc_disk_cache(void);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | disk_cache.h | 77 struct disk_cache; 167 struct disk_cache * 175 disk_cache_destroy(struct disk_cache *cache); 181 disk_cache_remove(struct disk_cache *cache, const cache_key key); 193 disk_cache_put(struct disk_cache *cache, const cache_key key, 211 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size); 223 disk_cache_put_key(struct disk_cache *cache, const cache_key key); 236 disk_cache_has_key(struct disk_cache *cache, const cache_key key); 242 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, 246 disk_cache_set_callbacks(struct disk_cache *cach [all...] |
| H A D | disk_cache.c | 52 #include "disk_cache.h" 77 struct disk_cache { struct 112 struct disk_cache *cache; 199 struct disk_cache * 204 struct disk_cache *cache = NULL; 227 cache = rzalloc(NULL, struct disk_cache); 443 disk_cache_destroy(struct disk_cache *cache) 459 get_cache_file(struct disk_cache *cache, const cache_key key) 481 make_cache_file_directory(struct disk_cache *cache, const cache_key key) 634 evict_lru_item(struct disk_cache *cach [all...] |
| H A D | Makefile.sources | 14 disk_cache.c \ 15 disk_cache.h \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_screen.h | 28 #include "util/disk_cache.h" 64 struct disk_cache *disk_cache; member in struct:virgl_screen
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disk_cache.c | 53 compiler->disk_cache = disk_cache_create(renderer, timestamp, etna_mesa_debug); 59 if (!compiler->disk_cache) 92 disk_cache_compute_key(compiler->disk_cache, blob.data, blob.size, cache_key); 129 if (!compiler->disk_cache) 144 void *buffer = disk_cache_get(compiler->disk_cache, cache_key, &size); 165 if (!compiler->disk_cache) 184 disk_cache_put(compiler->disk_cache, cache_key, blob.data, blob.size, NULL);
|
| H A D | etnaviv_compiler.h | 36 #include "util/disk_cache.h" 56 struct disk_cache *disk_cache; member in struct:etna_compiler
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_disk_cache.c | 68 compiler->disk_cache = disk_cache_create(renderer, timestamp, driver_flags); 75 if (!compiler->disk_cache) 113 disk_cache_compute_key(compiler->disk_cache, blob.data, blob.size, 165 if (!compiler->disk_cache) 179 void *buffer = disk_cache_get(compiler->disk_cache, cache_key, &size); 204 if (!compiler->disk_cache) 225 disk_cache_put(compiler->disk_cache, cache_key, blob.data, blob.size, NULL);
|
| H A D | ir3_compiler.h | 30 #include "util/disk_cache.h" 46 struct disk_cache *disk_cache; member in struct:ir3_compiler
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | nir_spirv.h | 31 #include "util/disk_cache.h" 116 struct disk_cache *disk_cache,
|
| H A D | nir_load_libclc.c | 244 struct disk_cache *disk_cache, 257 if (disk_cache) { 258 disk_cache_compute_key(disk_cache, clc.cache_key, 262 uint8_t *buffer = disk_cache_get(disk_cache, cache_key, &buffer_size); 301 if (disk_cache) { 305 disk_cache_put(disk_cache, cache_key, blob.data, blob.size, NULL); 243 nir_load_libclc_shader(unsigned ptr_bit_size,struct disk_cache * disk_cache,const struct spirv_to_nir_options * spirv_options,const nir_shader_compiler_options * nir_options) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_screen.h | 122 struct disk_cache *disk_cache; member in struct:intel_screen
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_screen.h | 114 struct disk_cache *disk_cache; member in struct:brw_screen
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_screen.h | 72 struct disk_cache *disk_shader_cache;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | device.hpp | 36 struct disk_cache; 120 disk_cache *clc_cache;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_disk_cache.c | 37 #include "util/disk_cache.h" 48 crocus_disk_cache_compute_key(struct disk_cache *cache, 78 crocus_disk_cache_store(struct disk_cache *cache, 139 struct disk_cache *cache = screen->disk_cache; 155 void *buffer = disk_cache_get(screen->disk_cache, cache_key, &size); 261 screen->disk_cache = disk_cache_create(renderer, timestamp, driver_flags);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_disk_cache.c | 37 #include "util/disk_cache.h" 48 iris_disk_cache_compute_key(struct disk_cache *cache, 78 iris_disk_cache_store(struct disk_cache *cache, 153 struct disk_cache *cache = screen->disk_cache; 169 void *buffer = disk_cache_get(screen->disk_cache, cache_key, &size); 289 screen->disk_cache = disk_cache_create(renderer, timestamp, driver_flags);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | cache_test.c | 39 #include "util/disk_cache.h" 151 does_cache_contain(struct disk_cache *cache, const cache_key key) 166 wait_until_file_written(struct disk_cache *cache, const cache_key key) 186 cache_exists(struct disk_cache *cache) 204 struct disk_cache *cache; 266 struct disk_cache *cache; 448 struct disk_cache *cache;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_screen.h | 30 #include "util/disk_cache.h" 48 struct disk_cache *disk_shader_cache;
|