Searched defs:cache (Results 1 - 25 of 222) sorted by relevance

123456789

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dglthunk.c43 glWinResolveHelper(PROC * cache, const char *symbol) argument
/xsrc/external/mit/fontconfig/dist/fc-cache/
H A DMakefile.am
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_bo_cache.c33 static void add_bucket(struct etna_bo_cache *cache, int size) argument
44 drm_private void etna_bo_cache_init(struct etna_bo_cache *cache) argument
70 etna_bo_cache_cleanup(struct etna_bo_cache * cache,time_t time) argument
96 get_bucket(struct etna_bo_cache * cache,uint32_t size) argument
158 etna_bo_cache_alloc(struct etna_bo_cache * cache,uint32_t * size,uint32_t flags) argument
181 etna_bo_cache_free(struct etna_bo_cache * cache,struct etna_bo * bo) argument
[all...]
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_bo_cache.c36 add_bucket(struct fd_bo_cache *cache, int size) argument
52 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) argument
82 fd_bo_cache_cleanup(struct fd_bo_cache * cache,time_t time) argument
109 get_bucket(struct fd_bo_cache * cache,uint32_t size) argument
162 fd_bo_cache_alloc(struct fd_bo_cache * cache,uint32_t * size,uint32_t flags) argument
194 fd_bo_cache_free(struct fd_bo_cache * cache,struct fd_bo * bo) argument
[all...]
/xsrc/external/mit/xedit/dist/lisp/
H A Dhash.h40 long cache; member in struct:_LispHashEntry
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_cache_test.c72 struct util_cache * cache; local in function:main
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c34 add_bucket(struct fd_bo_cache *cache, int size) argument
50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) argument
80 fd_bo_cache_cleanup(struct fd_bo_cache * cache,time_t time) argument
107 get_bucket(struct fd_bo_cache * cache,uint32_t size) argument
160 fd_bo_cache_alloc(struct fd_bo_cache * cache,uint32_t * size,uint32_t flags) argument
192 fd_bo_cache_free(struct fd_bo_cache * cache,struct fd_bo * bo) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); local in function:translate_cache_create
52 static inline void delete_translates(struct translate_cache *cache) argument
65 void translate_cache_destroy(struct translate_cache *cache) argument
90 translate_cache_find(struct translate_cache * cache,struct translate_key * key) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
H A Du_cache_test.c72 struct util_cache * cache; local in function:main
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pipeline_cache.c41 struct panvk_pipeline_cache *cache; local in function:panvk_CreatePipelineCache
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_bo_cache.c32 static void add_bucket(struct etna_bo_cache *cache, int size) argument
43 void etna_bo_cache_init(struct etna_bo_cache *cache) argument
69 etna_bo_cache_cleanup(struct etna_bo_cache * cache,time_t time) argument
96 get_bucket(struct etna_bo_cache * cache,uint32_t size) argument
158 etna_bo_cache_alloc(struct etna_bo_cache * cache,uint32_t * size,uint32_t flags) argument
182 etna_bo_cache_free(struct etna_bo_cache * cache,struct etna_bo * bo) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c34 add_bucket(struct fd_bo_cache *cache, int size) argument
50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) argument
80 fd_bo_cache_cleanup(struct fd_bo_cache * cache,time_t time) argument
108 get_bucket(struct fd_bo_cache * cache,uint32_t size) argument
154 fd_bo_cache_alloc(struct fd_bo_cache * cache,uint32_t * size,uint32_t flags) argument
186 fd_bo_cache_free(struct fd_bo_cache * cache,struct fd_bo * bo) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_cache.c42 struct translate_cache *cache = MALLOC_STRUCT(translate_cache); local in function:translate_cache_create
52 static inline void delete_translates(struct translate_cache *cache) argument
65 void translate_cache_destroy(struct translate_cache *cache) argument
90 translate_cache_find(struct translate_cache * cache,struct translate_key * key) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Dxmlconfig.cpp165 driOptionCache cache; local in function:TEST_F
207 driOptionCache cache; local in function:xmlconfig_test::drirc_init
222 driOptionCache cache = drirc_init("driver", "drm", local in function:TEST_F
236 driOptionCache cache = drirc_init("driver", "drm", local in function:TEST_F
251 driOptionCache cache = drirc_init("driver", "drm", local in function:TEST_F
264 driOptionCache cache = drirc_init("driver", "drm", local in function:TEST_F
274 driOptionCache cache = drirc_init("driver", "drm", local in function:TEST_F
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_disk_cache.c37 lima_vs_disk_cache_store(struct disk_cache *cache, argument
65 lima_fs_disk_cache_store(struct disk_cache *cache, argument
92 lima_vs_disk_cache_retrieve(struct disk_cache * cache,struct lima_vs_key * key) argument
144 lima_fs_disk_cache_retrieve(struct disk_cache * cache,struct lima_fs_key * key) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline_cache.c33 struct lvp_pipeline_cache *cache; local in function:lvp_CreatePipelineCache
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.c50 virgl_resource_cache_entry_release(struct virgl_resource_cache *cache, argument
58 virgl_resource_cache_destroy_expired(struct virgl_resource_cache *cache, int64_t now) argument
72 virgl_resource_cache_init(struct virgl_resource_cache *cache, argument
86 virgl_resource_cache_add(struct virgl_resource_cache * cache,struct virgl_resource_cache_entry * entry) argument
103 virgl_resource_cache_remove_compatible(struct virgl_resource_cache * cache,struct virgl_resource_params params) argument
149 virgl_resource_cache_flush(struct virgl_resource_cache * cache) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/shared/
H A Dpan_minmax_cache.c44 panfrost_minmax_cache_get(struct panfrost_minmax_cache *cache, unsigned start, unsigned count, argument
68 panfrost_minmax_cache_add(struct panfrost_minmax_cache * cache,unsigned start,unsigned count,unsigned min_index,unsigned max_index) argument
95 panfrost_minmax_cache_invalidate(struct panfrost_minmax_cache * cache,struct pipe_transfer * transfer) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h55 struct lp_cached_code *cache; member in struct:gallivm_state
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dglwrap.c71 glWinResolveHelper(PROC *cache, char *symbol) argument
/xsrc/external/mit/freetype/dist/src/cache/
H A Dftcglyph.c41 FTC_GNode_UnselectFamily(FTC_GNode gnode,FTC_Cache cache) argument
54 FTC_GNode_Done(FTC_GNode gnode,FTC_Cache cache) argument
65 ftc_gnode_compare(FTC_Node ftcgnode,FT_Pointer ftcgquery,FTC_Cache cache,FT_Bool * list_changed) argument
85 FTC_GNode_Compare(FTC_GNode gnode,FTC_GQuery gquery,FTC_Cache cache,FT_Bool * list_changed) argument
105 FTC_Family_Init(FTC_Family family,FTC_Cache cache) argument
120 FTC_GCache cache = (FTC_GCache)ftccache; local in function:ftc_gcache_init
154 FTC_GCache cache = (FTC_GCache)ftccache; local in function:ftc_gcache_done
186 FTC_GCache_Lookup(FTC_GCache cache,FT_Offset hash,FT_UInt gindex,FTC_GQuery query,FTC_Node * anode) argument
[all...]
H A Dftcimage.c30 ftc_inode_free(FTC_Node ftcinode,FTC_Cache cache) argument
49 FTC_INode_Free(FTC_INode inode,FTC_Cache cache) argument
58 FTC_INode_New(FTC_INode * pinode,FTC_GQuery gquery,FTC_Cache cache) argument
94 ftc_inode_new(FTC_Node * ftcpinode,FT_Pointer ftcgquery,FTC_Cache cache) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dshader_cache.cpp90 struct disk_cache *cache = ctx->Cache; local in function:shader_cache_write_program_metadata
155 struct disk_cache *cache local in function:shader_cache_read_program_metadata
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dshader_cache.cpp88 struct disk_cache *cache = ctx->Cache; local in function:shader_cache_write_program_metadata
153 struct disk_cache *cache local in function:shader_cache_read_program_metadata
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch.c45 struct translate_cache *cache; member in struct:pt_fetch

Completed in 27 milliseconds

123456789