Home
last modified time | relevance | path

Searched defs:cache (Results 326 - 350 of 958) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c46 struct v3d_bo_cache *cache = &screen->bo_cache; in v3d_bo_dump_stats() local
81 v3d_bo_remove_from_cache(struct v3d_bo_cache *cache, struct v3d_bo *bo) in v3d_bo_remove_from_cache() argument
90 struct v3d_bo_cache *cache in v3d_bo_from_cache() local
237 struct v3d_bo_cache *cache = &screen->bo_cache; free_stale_bos() local
263 v3d_bo_cache_free_all(struct v3d_bo_cache *cache) v3d_bo_cache_free_all() argument
278 struct v3d_bo_cache *cache = &screen->bo_cache; v3d_bo_last_unreference_locked_timed() local
543 struct v3d_bo_cache *cache = &screen->bo_cache; v3d_bufmgr_destroy() local
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c338 amdgpu_pin_threads_to_L3_cache(struct radeon_winsys *rws, unsigned cache) amdgpu_pin_threads_to_L3_cache() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c97 struct svga_host_surface_cache *cache = &svgascreen->cache; in svga_screen_cache_lookup() local
179 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_shrink() local
218 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_add() local
333 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_flush() local
434 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_cleanup() local
458 struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_init() local
639 const struct svga_host_surface_cache *cache = &svgascreen->cache; svga_screen_cache_dump() local
[all...]
H A Dsvga_screen.h93 struct svga_host_surface_cache cache; member
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c31 ares__htable_strvp_t *cache; member
130 static void ares__qcache_expire(ares__qcache_t *cache, in ares__qcache_expire() argument
150 void ares__qcache_flush(ares__qcache_t *cache) in ares__qcache_flush() argument
157 void ares__qcache_destroy(ares__qcache_t *cache) in ares__qcache_destroy() argument
201 ares__qcache_t *cache; ares__qcache_create() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dloadednormalizer2impl.cpp149 static UHashtable *cache=nullptr; variable
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c298 anv_device_search_for_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, bool *user_cache_hit) anv_device_search_for_kernel() argument
322 anv_device_upload_kernel(struct anv_device *device, struct vk_pipeline_cache *cache, gl_shader_stage stage, const void *key_data, uint32_t key_size, const void *kernel_data, uint32_t kernel_size, const struct brw_stage_prog_data *prog_data, uint32_t prog_data_size, const struct brw_compile_stats *stats, uint32_t num_stats, const nir_xfb_info *xfb_info, const struct anv_pipeline_bind_map *bind_map) anv_device_upload_kernel() argument
357 anv_device_search_for_nir(struct anv_device *device, struct vk_pipeline_cache *cache, const nir_shader_compiler_options *nir_options, unsigned char sha1_key[SHA1_KEY_SIZE], void *mem_ctx) anv_device_search_for_nir() argument
371 anv_device_upload_nir(struct anv_device *device, struct vk_pipeline_cache *cache, const struct nir_shader *nir, unsigned char sha1_key[SHA1_KEY_SIZE]) anv_device_upload_nir() argument
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/lib/
H A Doptions.js
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_container.c92 get_semantic_name_offset(name_offset_cache_t *cache, const char *name, in get_semantic_name_offset() argument
122 name_offset_cache_t cache; in collect_semantic_names() local
[all...]
/third_party/mesa3d/src/util/
H A Ddisk_cache.c76 struct disk_cache *cache = NULL; in disk_cache_create() local
239 disk_cache_destroy(struct disk_cache *cache) disk_cache_destroy() argument
255 disk_cache_wait_for_idle(struct disk_cache *cache) disk_cache_wait_for_idle() argument
261 disk_cache_remove(struct disk_cache *cache, const cache_key key) disk_cache_remove() argument
272 create_put_job(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata, bool take_ownership) create_put_job() argument
370 disk_cache_put(struct disk_cache *cache, const cache_key key, const void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put() argument
393 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put_nocopy() argument
419 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_get() argument
458 disk_cache_put_key(struct disk_cache *cache, const cache_key key) disk_cache_put_key() argument
485 disk_cache_has_key(struct disk_cache *cache, const cache_key key) disk_cache_has_key() argument
505 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, cache_key key) disk_cache_compute_key() argument
518 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put, disk_cache_get_cb get) disk_cache_set_callbacks() argument
[all...]
H A Ddisk_cache.h292 disk_cache_destroy(struct disk_cache *cache) disk_cache_destroy() argument
297 disk_cache_put(struct disk_cache *cache, const cache_key key, const void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put() argument
305 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, void *data, size_t size, struct cache_item_metadata *cache_item_metadata) disk_cache_put_nocopy() argument
313 disk_cache_remove(struct disk_cache *cache, const cache_key key) disk_cache_remove() argument
319 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) disk_cache_get() argument
325 disk_cache_put_key(struct disk_cache *cache, const cache_key key) disk_cache_put_key() argument
331 disk_cache_has_key(struct disk_cache *cache, const cache_key key) disk_cache_has_key() argument
337 disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size, const cache_key key) disk_cache_compute_key() argument
344 disk_cache_set_callbacks(struct disk_cache *cache, disk_cache_put_cb put, disk_cache_get_cb get) disk_cache_set_callbacks() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c133 struct vn_pipeline_cache *cache = in vn_CreatePipelineCache() local
169 struct vn_pipeline_cache *cache = in vn_DestroyPipelineCache() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c47 struct nouveau_mman *cache; member
95 mm_bucket_by_order(struct nouveau_mman *cache, int order) in mm_bucket_by_order() argument
103 mm_bucket_by_size(struct nouveau_mman *cache, unsigned size) in mm_bucket_by_size() argument
123 mm_slab_new(struct nouveau_mman *cache, struct mm_bucket *bucket, int chunk_order) in mm_slab_new() argument
169 nouveau_mm_allocate(struct nouveau_mman *cache, uint32_t size, struct nouveau_bo **bo, uint32_t *offset) nouveau_mm_allocate() argument
254 struct nouveau_mman *cache = MALLOC_STRUCT(nouveau_mman); nouveau_mm_create() local
288 nouveau_mm_destroy(struct nouveau_mman *cache) nouveau_mm_destroy() argument
[all...]
/third_party/lzma/C/
H A DBcj2.h268 Byte cache; member
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc372 NodeHashCache::Constructor::Constructor(NodeHashCache* cache, in Constructor() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.c132 fd_bc_init(struct fd_batch_cache *cache) in fd_bc_init() argument
139 fd_bc_fini(struct fd_batch_cache *cache) in fd_bc_fini() argument
148 struct fd_batch_cache *cache = &ctx->screen->batch_cache; variable
243 struct fd_batch_cache *cache = &ctx->screen->batch_cache; fd_bc_dump() local
284 struct fd_batch_cache *cache = &batch->ctx->screen->batch_cache; fd_bc_invalidate_batch() local
412 struct fd_batch_cache *cache = &ctx->screen->batch_cache; fd_bc_alloc_batch() local
435 struct fd_batch_cache *cache = &ctx->screen->batch_cache; global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_disk_cache.c48 iris_disk_cache_compute_key(struct disk_cache *cache, in iris_disk_cache_compute_key() argument
78 iris_disk_cache_store(struct disk_cache *cache, in iris_disk_cache_store() argument
153 struct disk_cache *cache = screen->disk_cache; iris_disk_cache_retrieve() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_vbuf.c81 struct translate_cache *cache; member
H A Ddraw_pt_vsplit.c63 } cache; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c329 init_gallivm_state(struct gallivm_state *gallivm, const char *name, LLVMContextRef context, struct lp_cached_code *cache) init_gallivm_state() argument
520 gallivm_create(const char *name, LLVMContextRef context, struct lp_cached_code *cache) gallivm_create() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c123 find_existing_assembly(struct hash_table *cache, void *map, in find_existing_assembly() argument
196 struct hash_table *cache = ice->shaders.cache; in crocus_upload_shader() local
[all...]
/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp96 does_cache_contain(struct disk_cache *cache, const cache_key key) in does_cache_contain() argument
111 cache_exists(struct disk_cache *cache) in cache_exists() argument
133 struct disk_cache *cache; test_disk_cache_create() local
229 struct disk_cache *cache; test_put_and_get() local
407 struct disk_cache *cache; test_put_key_and_get_key() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_tree.c102 const X509_POLICY_CACHE *cache; in tree_init() local
287 tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_nodes() argument
309 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_add_unmatched() argument
338 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_link_unmatched() argument
374 tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_any() argument
605 const X509_POLICY_CACHE *cache; tree_evaluate() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.c200 void pa_silence_cache_init(pa_silence_cache *cache) { in pa_silence_cache_init() argument
206 void pa_silence_cache_done(pa_silence_cache *cache) { in pa_silence_cache_done() argument
217 pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool, pa_memchunk* ret, const pa_sample_spec *spec, size_t length) { in pa_silence_memchunk_get() argument
[all...]
/third_party/skia/src/core/
H A DSkStrikeCache.cpp29 static thread_local auto* cache = new SkStrikeCache; in GlobalStrikeCache() local
32 static auto* cache = new SkStrikeCache; in GlobalStrikeCache() local

Completed in 16 milliseconds

1...<<11121314151617181920>>...39