Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache.c74 disk_cache_init_queue(struct disk_cache *cache) in disk_cache_init_queue()
102 struct disk_cache *cache = NULL; in disk_cache_type_create() local
267 struct disk_cache *cache; in disk_cache_create() local
303 disk_cache_destroy(struct disk_cache *cache) in disk_cache_destroy()
331 disk_cache_wait_for_idle(struct disk_cache *cache) in disk_cache_wait_for_idle()
337 disk_cache_remove(struct disk_cache *cache, const cache_key key) in disk_cache_remove()
353 create_put_job(struct disk_cache *cache, const cache_key key, in create_put_job()
464 blob_put_compressed(struct disk_cache *cache, const cache_key key, in blob_put_compressed()
493 blob_get_compressed(struct disk_cache *cache, const cache_key key, in blob_get_compressed()
542 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put()
[all …]
Ddisk_cache.h278 disk_cache_destroy(struct disk_cache *cache) in disk_cache_destroy()
283 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put()
290 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, in disk_cache_put_nocopy()
297 disk_cache_remove(struct disk_cache *cache, const cache_key key) in disk_cache_remove()
302 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) in disk_cache_get()
308 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key()
313 disk_cache_has_key(struct disk_cache *cache, const cache_key key) in disk_cache_has_key()
319 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, in disk_cache_compute_key()
325 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put, in disk_cache_set_callbacks()
Ddisk_cache_os.c396 make_cache_file_directory(struct disk_cache *cache, const cache_key key) in make_cache_file_directory()
441 disk_cache_evict_lru_item(struct disk_cache *cache) in disk_cache_evict_lru_item()
490 disk_cache_evict_item(struct disk_cache *cache, char *filename) in disk_cache_evict_item()
506 parse_and_validate_cache_item(struct disk_cache *cache, void *cache_item, in parse_and_validate_cache_item()
589 disk_cache_load_item(struct disk_cache *cache, char *filename, size_t *size) in disk_cache_load_item()
637 disk_cache_get_cache_filename(struct disk_cache *cache, const cache_key key) in disk_cache_get_cache_filename()
968 disk_cache_load_item_foz(struct disk_cache *cache, const cache_key key, in disk_cache_load_item_foz()
1000 disk_cache_load_cache_index_foz(void *mem_ctx, struct disk_cache *cache) in disk_cache_load_cache_index_foz()
1007 disk_cache_mmap_cache_index(void *mem_ctx, struct disk_cache *cache, in disk_cache_mmap_cache_index()
1077 disk_cache_destroy_mmap(struct disk_cache *cache) in disk_cache_destroy_mmap()
[all …]
Dxmlconfig.c260 findOption(const driOptionCache *cache, const char *name) in findOption()
599 driOptionCache *cache; member
815 driOptionCache *cache = data->cache; in parseOptConfAttr() local
1150 initOptionCache(driOptionCache *cache, const driOptionCache *info) in initOptionCache()
1192 driParseConfigFiles(driOptionCache *cache, const driOptionCache *info, in driParseConfigFiles()
1251 driDestroyOptionCache(driOptionCache *cache) in driDestroyOptionCache()
1264 driCheckOption(const driOptionCache *cache, const char *name, in driCheckOption()
1272 driQueryOptionb(const driOptionCache *cache, const char *name) in driQueryOptionb()
1282 driQueryOptioni(const driOptionCache *cache, const char *name) in driQueryOptioni()
1292 driQueryOptionf(const driOptionCache *cache, const char *name) in driQueryOptionf()
[all …]
Dmesa_cache_db.h33 struct mesa_cache_db_file cache; member
Dxmlconfig.h169 driComputeOptionsSha1(const driOptionCache *cache, unsigned char *sha1) in driComputeOptionsSha1()
Ddisk_cache_os.h117 struct disk_cache *cache; member
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dxmlconfig.cpp165 driOptionCache cache; in TEST_F() local
207 driOptionCache cache; in drirc_init() local
222 driOptionCache cache = drirc_init("driver", "drm", in TEST_F() local
236 driOptionCache cache = drirc_init("driver", "drm", in TEST_F() local
251 driOptionCache cache = drirc_init("driver", "drm", in TEST_F() local
264 driOptionCache cache = drirc_init("driver", "drm", in TEST_F() local
274 driOptionCache cache = drirc_init("driver", "drm", in TEST_F() local
284 driOptionCache cache = drirc_init("driver", "drm", in TEST_F() local
295 driOptionCache cache = drirc_init("driver", "drm", in TEST_F() local
Dcache_test.cpp97 does_cache_contain(struct disk_cache *cache, const cache_key key) in does_cache_contain()
112 cache_exists(struct disk_cache *cache) in cache_exists()
131 poll_disk_cache_get(struct disk_cache *cache, in poll_disk_cache_get()
154 struct disk_cache *cache; in test_disk_cache_create() local
252 struct disk_cache *cache; in test_put_and_get() local
430 struct disk_cache *cache; in test_put_key_and_get_key() local
550 struct disk_cache *cache[2]; in test_put_and_get_between_instances_with_eviction() local
1193 struct disk_cache *cache = disk_cache_create("test", driver_id, 0); in test_multipart_eviction() local
1285 struct disk_cache *cache; in test_put_and_get_disabled() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c40 #define vk_pipeline_cache_log(cache, ...) \ argument
57 vk_raw_data_cache_object_deserialize(struct vk_pipeline_cache *cache, in vk_raw_data_cache_object_deserialize()
138 vk_pipeline_cache_lock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_lock()
146 vk_pipeline_cache_unlock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_unlock()
154 vk_pipeline_cache_remove_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_remove_object()
170 vk_pipeline_cache_object_weak_ref(struct vk_pipeline_cache *cache, in vk_pipeline_cache_object_weak_ref()
201 vk_pipeline_cache_object_serialize(struct vk_pipeline_cache *cache, in vk_pipeline_cache_object_serialize()
249 vk_pipeline_cache_object_deserialize(struct vk_pipeline_cache *cache, in vk_pipeline_cache_object_deserialize()
282 vk_pipeline_cache_insert_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_insert_object()
327 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_lookup_object()
[all …]
Dvk_meta.h50 struct hash_table *cache; member
/hardware/qcom/display/msm8996/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBurst.cpp71 const nn::IBurst& burst, const Burst::ThreadSafeMemoryCache& cache) { in ensureAllMemoriesAreCached()
94 const nn::IBurst& burst, const Burst::ThreadSafeMemoryCache& cache, const Request& request, in executeSynchronously()
/hardware/qcom/display/msm8998/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Conntrack_NATApp.h78 nat_table_entry *cache; variable
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/display/msm8909/sdm/include/core/
Dbuffer_allocator.h54 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/sm8150/display/sdm/include/core/
Dbuffer_allocator.h55 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Conntrack_NATApp.h80 nat_table_entry *cache; variable
/hardware/qcom/sm7250/display/sdm/include/core/
Dbuffer_allocator.h55 bool cache = false; //!< Specifies whether the buffer needs to be cache. member
/hardware/google/camera/common/hal/utils/
Dstream_buffer_cache_manager.cc323 auto cache = std::unique_ptr<StreamBufferCacheManager::StreamBufferCache>( in Create() local
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCompilationCachingTests.cpp845 for (auto& cache : modelCacheMul) { in TEST_P() local
908 for (auto& cache : modelCacheMul) { in TEST_P() local
971 for (auto& cache : modelCacheMul) { in TEST_P() local
/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPoolClient.cpp229 std::shared_ptr<BufferPoolData> cache = mCache.lock(); in fetchCache() local
246 std::shared_ptr<BufferPoolData> cache(ptr, BlockPoolDataDtor(impl)); in createCache() local
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp1042 for (auto& cache : modelCacheMul) { in TEST_P() local
1104 for (auto& cache : modelCacheMul) { in TEST_P() local
1166 for (auto& cache : modelCacheMul) { in TEST_P() local
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DCompilationCachingTests.cpp1033 for (auto& cache : modelCacheMul) { in TEST_P() local
1095 for (auto& cache : modelCacheMul) { in TEST_P() local
1157 for (auto& cache : modelCacheMul) { in TEST_P() local

12