| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | glthunk.c | 43 glWinResolveHelper(PROC * cache, const char *symbol) argument
|
| /xsrc/external/mit/fontconfig/dist/fc-cache/ |
| H A D | Makefile.am | |
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_bo_cache.c | 33 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 D | freedreno_bo_cache.c | 36 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 D | hash.h | 40 long cache; member in struct:_LispHashEntry
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | u_cache_test.c | 72 struct util_cache * cache; local in function:main [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 34 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 D | translate_cache.c | 42 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 D | u_cache_test.c | 72 struct util_cache * cache; local in function:main [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_pipeline_cache.c | 41 struct panvk_pipeline_cache *cache; local in function:panvk_CreatePipelineCache
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_bo_cache.c | 32 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 D | freedreno_bo_cache.c | 34 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 D | translate_cache.c | 42 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 D | xmlconfig.cpp | 165 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 D | lima_disk_cache.c | 37 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 D | lvp_pipeline_cache.c | 33 struct lvp_pipeline_cache *cache; local in function:lvp_CreatePipelineCache [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/common/ |
| H A D | virgl_resource_cache.c | 50 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 D | pan_minmax_cache.c | 44 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 D | lp_bld_init.h | 55 struct lp_cached_code *cache; member in struct:gallivm_state
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | glwrap.c | 71 glWinResolveHelper(PROC *cache, char *symbol) argument
|
| /xsrc/external/mit/freetype/dist/src/cache/ |
| H A D | ftcglyph.c | 41 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 D | ftcimage.c | 30 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 D | shader_cache.cpp | 90 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 D | shader_cache.cpp | 88 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 D | draw_pt_fetch.c | 45 struct translate_cache *cache; member in struct:pt_fetch
|